summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 13:04:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 13:04:07 -0400
commit91c9f6f086cf6d503c3ecb10a211c0c946e554eb (patch)
treea4e5409d432176937b326f6bf9056c440c40dee1 /debian/changelog
parentc48b1434d1443ea1421fa474a6a5aecbf60ac83a (diff)
find --batch
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 53b4d14e7..8c23e7edb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ git-annex (6.20160115) UNRELEASED; urgency=medium
* whereis --json: Urls are now listed inside the remote that claims them,
rather than all together at the end.
- * info, add, whereis: Support --batch mode.
+ * info, add, whereis, find: Support --batch mode.
* Force output to be line-buffered, even when it's not connected to the
terminal. This is particuarly important for commands with --batch
output, which was not always being flushed at an appropriate time.