aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/0.6.1.txt
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/lisp/magit/docs/RelNotes/0.6.1.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/0.6.1.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/0.6.1.txt b/.config/emacs/lisp/magit/docs/RelNotes/0.6.1.txt
new file mode 100644
index 0000000..a58c3ba
--- /dev/null
+++ b/.config/emacs/lisp/magit/docs/RelNotes/0.6.1.txt
@@ -0,0 +1,24 @@
+Magit v0.6.1 Release Notes
+==========================
+
+Released 16 October 2008 by Marius Vollmer.
+
+Changes since v0.5.1
+--------------------
+
+Almost everything has changed. Some highlights:
+
+ * Magit now works with Git 1.6.0. (John Wiegley)
+
+ * Support for interactive rewriting.
+
+ * Sections can be shown and hidden.
+
+ * Staging, unstaging, applying, reverting and discarding changes can
+ now be done line-by-line, not only hunk-by-hunk.
+
+Authors
+-------
+
+ 212 Marius Vollmer
+ - John Wiegley