commit 1f5018dc452515c3e6dc8be611440a048c9f0cfe parent d706f40ae72ab84fc6cdbc8744c8fda0a102041b Author: Phil Runninger <prunninger@vhtcx.com> Date: Thu, 6 Feb 2020 17:43:46 -0500 Update version number in change log. Diffstat:
| M | CHANGELOG.md | | | 11 | +++++------ |
1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,12 +1,11 @@ # NERDTree Change Log - -<!-- - Introduce a new MAJOR.MINOR version with a 4-hash header. - - PATCH versions are listed from newest to oldest under their respective MAJOR.MINOR version - in an unordered list. The format is: +<!-- Introduce a new MAJOR or MINOR version with a 4-hash header. + PATCH versions are listed from newest to oldest under their respective MAJOR.MINOR + version in an unordered list. The format is: - **.PATCH**: Pull Request Title (PR Author) [PR Number](Link to PR) --> +#### 6.6 +- **.0**: Add the ability to turn off directory arrows (PhilRunninger) [#1085](https://github.com/preservim/nerdtree/pull/1085) #### 6.5 - **.0**: `NERDTreeToggle <start-directory>` always sets NERDTree root. (PhilRunninger) [#1083](https://github.com/preservim/nerdtree/pull/1083) #### 6.4
