diff --git a/debian/changelog b/debian/changelog index 53b9523dd8..e306bdcfa3 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.