diff --git a/Changelog b/Changelog
index f6978c1191a7584b7f05ce833fe0f47e46e73d38..380b599f02b8a8c86c4ae057f3fdd8b5bbcbb8f3 100644
--- a/Changelog
+++ b/Changelog
@@ -18,8 +18,8 @@ Fixes
   which means undo still works while the user is typing its commit message
   for example.
 * binary file detection is done with git diff (fix #60, #61)
-  it fixes binary file detection on Windows, and may speed up the refresh
-  process.
+  it fixes false positive binary file detection, binary file detection on
+  Windows, and may eventually speed up the refresh process :)
 * output an understandable message when user tries ot discard an untracked file (fix #58)
 * remove unwanted --No lines in buffer-- in status line when opening magit buffer (fix #56)
 * use 'diff -p' instead of 'diff --patch' (fix #52)