summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2023-01-30 01:50:36 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2023-01-30 01:50:36 -0800
commit71a2afd4cfb42fdc936b5db3e19fc01cb03af700 (patch)
treeafe5d17203d7f3f8fbf5ea3932a00a99199bae39
parent68ef22b642e8372f0f2862f3a5fbb3cbd6c8eebe (diff)
downloadisort-71a2afd4cfb42fdc936b5db3e19fc01cb03af700.tar.gz
Add release notes for 5.11.5 hotfix release
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 675902fc..6bcf90e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
- Fixed incompatiblity with latest poetry version
- Added support for directory limitations within built in git hook
+### 5.11.5 January 30 2023 [hotfix]
+ - Fixed incompatiblity with latest poetry version
+
### 5.11.4 December 21 2022
- Fixed #2038 (again): stop installing documentation files to top-level site-packages (#2057) @mgorny