From 29cf96e45b4830a9a2351514fe102bb7a95a27d5 Mon Sep 17 00:00:00 2001 From: Phil Runninger Date: Thu, 8 Sep 2016 01:57:38 -0400 Subject: [PATCH] Update change log. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2e08dd2..6be2d88 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ Next + - Added NERDTreeCascadeSingleChildDir option (juanibiapina) #558 + - Replace strchars() with backward compatible workaround. + - Add support for copy command in Windows (SkylerLipthay) #231 + - Fixed typo in README.markdown - :Helptags -> :helptags - Rename "primary" and "secondary" trees to "tab" and "window" trees. - Move a bunch of buffer level variables into the NERDTree and UI classes. - Display cascading dirs on one line to save vertical/horizontal space (@matt-gardner: brainstorming/testing)