From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Wed, 24 Mar 2021 23:38:07 +0000 (-0400) Subject: Add entry for `--extend-exclude` in the right place (#2061) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/580b4fe8bc8d859c228f2eea1c8335bb3e911b12?ds=sidebyside;hp=5d33f20a2a2c85cfb521ae9c5f9254bfe9fc2fd9 Add entry for `--extend-exclude` in the right place (#2061) The PR author added the changelog entry for their `extend-exclude` addition in `docs/change_log.md` which is understandable but incorrect as it will be overwritten since it's autogenerated from the readme. --- diff --git a/CHANGES.md b/CHANGES.md index e6dcc1b..61fc35f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,8 @@ - use lowercase hex strings (#1692) +- added `--extend-exclude` argument (PR #2005) + - speed up caching by avoiding pathlib (#1950) - `--diff` correctly indicates when a file doesn't end in a newline (#1662)