Skip to content

Commit

Permalink
Update changelog in preperation for release soon
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 7, 2021
1 parent 2c16b7c commit f44b5a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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.
Expand Down

0 comments on commit f44b5a5

Please sign in to comment.