summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 787be6716..d8e468dc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+git-annex (5.20150714) UNRELEASED; urgency=medium
+
+ * Improve bash completion code so that "git annex" will also tab
+ complete. However, git's bash completion script needs a patch,
+ which I've submitted, for this to work prefectly.
+
+ -- Joey Hess <id@joeyh.name> Thu, 16 Jul 2015 14:55:07 -0400
+
git-annex (5.20150713) unstable; urgency=medium
* Switched option parsing to use optparse-applicative. This was a very large