aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 53b9523dd..e306bdcfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
git-annex (3.20121018) UNRELEASED; urgency=low
- * Fix handling of GIT_DIR when it refers to a git submodule.
+ * assistant: Now drops non-preferred content.
* Preferred content path matching bugfix.
* Preferred content expressions cannot use "in=".
* Preferred content expressions can use "present".
+ * Fix handling of GIT_DIR when it refers to a git submodule.
* Depend on and use the Haskell SafeSemaphore library, which provides
exception-safe versions of SampleVar and QSemN.
Thanks, Ben Gamari for an excellent patch set.