summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-07-06 17:20:33 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2021-07-06 17:20:33 -0700
commitf44b5a55b0b8f09c0983bca8b425ecdd6aaf74a3 (patch)
tree5a0962a9c729b3a19c090de73aed469e90849bc7 /CHANGELOG.md
parent2c16b7cb49e36c861a4f5fae0ec2ae12019e9142 (diff)
downloadisort-f44b5a55b0b8f09c0983bca8b425ecdd6aaf74a3.tar.gz
Update changelog in preperation for release soon
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4863d54c..4ba31082 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,10 @@ Changelog
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
-### 5.9.2
+### 5.9.2 TBD
- Improved behavior of `isort --check --atomic` against Cython files.
+ - Fixed #1772: skip-gitignore will check files not in the git repository.
+ - Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files.
### 5.9.1 June 21st 2021 [hotfix]
- Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.