From 59b8294b2ba3cae3959c4426f558debf6f0626a0 Mon Sep 17 00:00:00 2001
From: Joey Hess <joeyh@joeyh.name>
Date: Thu, 24 Oct 2019 14:40:36 -0400
Subject: [PATCH] prep release

---
 CHANGELOG | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index e41ba39050..22f8e5a62c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-git-annex (7.20191018) UNRELEASED; urgency=medium
+git-annex (7.20191024) UNRELEASED; urgency=medium
 
   * Changed git add/git commit -a default behavior back to what it was
     before v7; they add file contents to git, not to the annex. 
@@ -9,14 +9,14 @@ git-annex (7.20191018) UNRELEASED; urgency=medium
   * Added annex.gitaddtoannex configuration. Setting it to false prevents
     git add from adding files to the annex even when annex.largefiles
     is configured. (Unless the file was annexed before.)
+  * Made git add smarter about renamed annexed files. It can tell when an
+    annexed file was renamed, and will add it to the annex, and not to git,
+    unless annex.largefiles tells it to do otherwise.
   * init: Fix a failure when used in a submodule on a crippled filesystem.
   * enable-tor: Deal with pkexec changing to root's home directory
     when running a command.
   * sync: Fix crash when there are submodules and an adjusted branch is
     checked out.
-  * Made git add smarter about renamed annexed files. It can tell when an
-    annexed file was renamed, and will add it to the annex, and not to git,
-    unless annex.largefiles tells it to do otherwise.
 
  -- Joey Hess <id@joeyh.name>  Mon, 21 Oct 2019 11:01:06 -0400