summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-08-22 17:24:20 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-08-22 17:24:20 -0700
commit7bbe002400fc3cb9e2342811a9e0376620b085ce (patch)
tree316b1ccaaddea0d5b685c91d7c8f6e968a4da09e
parentc225da117a146b8ec1496840900126678e47ccc4 (diff)
downloadisort-7bbe002400fc3cb9e2342811a9e0376620b085ce.tar.gz
Add githook config file support to changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 649b5244..a2c718a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ NOTE: isort follows the [semver](https://semver.org/) versioning standard.
- Fixed #1395: reverse_relative setting doesn't have any effect when combined with force_sort_within_sections.
- Fixed #1399: --skip can error in the case of projects that contain recursive symlinks.
- Fixed #1389: ensure_newline_before_comments doesn't work if comment is at top of section and sections don't have lines between them.
+ - Implemented #1397: Added support for specifying config file when using git hook (thanks @diseraluca!).
### 5.4.2 Aug 14, 2020
- Fixed #1383: Known other does not work anymore with .editorconfig.