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.
This commit is contained in:
Richard Si 2021-03-24 19:38:07 -04:00 committed by GitHub
parent 5d33f20a2a
commit 580b4fe8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)