From ba01b80bd0d645a5b1d7beeae3f4cb329108b0b2 Mon Sep 17 00:00:00 2001
From: Jerome Reybert <jreybert@gmail.com>
Date: Thu, 11 Feb 2016 13:51:20 +0100
Subject: [PATCH] update Changelog for release 1.5.2

---
 Changelog | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/Changelog b/Changelog
index f8799de..f6978c1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,31 @@
+Release 1.5.2
+=============
+
+Features
+--------
+
+* add command CU (commit undo) to close commit section (fix #55)
+* add g:magit_discard_untracked_do_delete option (fix #66)
+  when set, discard an untracked file will actually delete this file
+* support 'typechanged' git status type
+
+Fixes
+-----
+
+* clear undo history after each update_buffer() call (refs #64)
+  undo in magit buffer did the user believe that it may undoes some vimagit
+  actions: it is not! magit buffer undo history is wiped at each refresh;
+  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.
+* 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)
+* better handling of some command line error code and improve some error messages
+* set local foldnestmax (fix #62)
+
 Release 1.5.1
 =============
 
-- 
GitLab