diff --git a/ChangeLog b/ChangeLog
index f2e2b7ccda6ac61bab17c539b8c84603a566b384..f8c9a03dfb877c895d9db50fa99290388c6ed808 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,15 @@ version 1.0 -- UNRELEASED
 	mysql:
 	 . Use --skip-events when backing up the performance_schema database.
 	   (Closes: #673572)
-    backupninja changes
-	 . Make it clear what lockfile could not be acquired, if any.
+	rsync:
+	 . Generate excludes command-line snippet the same way as
+	   the duplicity handler does.
+	 . Run rsync command-line through a shell, so that single-quotes
+	   around excludes are interpreted (Closes: #677410)
 	sys:
 	 . Don't execute /usr/bin/lspci or /sbin/modinfo when $hardware == "no"
+    backupninja changes
+	 . Make it clear what lockfile could not be acquired, if any.
 
 version 1.0-rc1 -- May 15, 2012
     handler changes