diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-10 13:49:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-10 13:49:37 -0400 |
commit | 94642d1b1907a379181e25e298910b9c09fd5adf (patch) | |
tree | b70c059ae6268e6816f7b5823f660649575d16dd /debian | |
parent | 19a3a331c35238a10ec2c537cf64d0b4c1fb290c (diff) |
doc updates
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a357e3fe6..e0a4de90f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ + * Switched option parsing to use optparse-applicative. This was a very large + and invasive change, and may have caused some minor behavior changes to + edge cases of option parsing. + * Bash completion code is built-in to git-annex, and can be enabled by + running: source <(git-annex --bash-completion-script git-annex) + * version --raw now works when run outside a git repository. + git-annex (5.20150618) UNRELEASED; urgency=medium * log: Fix reversion introduced in version 5.20150528 that broke this command. |