summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2023-02-04 15:25:31 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2023-02-04 15:25:31 -0800
commit4e3ccb1c635badad59fb0dd95ef8923a95390f21 (patch)
tree57af3b13fcda6579bbd1e7708e579d469f66b37b
parent43b19ca0760571759ab9a2294c1dd3a4591316b0 (diff)
downloadisort-4e3ccb1c635badad59fb0dd95ef8923a95390f21.tar.gz
Add initial changelog entry for 5.12.1
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bcf90e6..2b40a859 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ 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.12.1 [in progress]
+ - Fixed #1989: settings lookup when working in stream based mode
+
### 5.12.0 January 28 2023
- Removed support for Python 3.7