From cc4fbafc06c77f80a7bde06976b5ef619e6c480e Mon Sep 17 00:00:00 2001 From: Jerome Reybert Date: Thu, 11 Feb 2016 13:56:35 +0100 Subject: [PATCH] update Changelog --- Changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index f6978c1..380b599 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)