From 580b4fe8bc8d859c228f2eea1c8335bb3e911b12 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Wed, 24 Mar 2021 19:38:07 -0400 Subject: [PATCH] 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. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2