diff --git a/debian/changelog b/debian/changelog index 13d986d5..dd293f27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,18 @@ -magit (0.6-1~unreleased) unstable; urgency=low +magit (0.6-1) unstable; urgency=low - * + Almost everything has changed. Please read the manual again. Some + highlights: - -- Marius Vollmer Sat, 16 Aug 2008 16:17:39 +0300 + * 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. + + -- Marius Vollmer Mon, 13 Oct 2008 00:32:44 +0300 magit (0.5-1) unstable; urgency=low diff --git a/magit.el b/magit.el index 1a040727..c9982a30 100644 --- a/magit.el +++ b/magit.el @@ -34,12 +34,6 @@ ;;; TODO -;; For 0.6: -;; -;; - Clean up hide/show logic. -;; -;; Later: -;; ;; - Tags ;; - Visiting from staged hunks doesn't always work since the line ;; numbers don't refer to the working tree. Fix that somehow.