summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-03-22 23:32:07 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2021-03-22 23:32:07 -0700
commit5d3aa873fef384a03a0b125de92d4362be305960 (patch)
treec59e35ad3d4c12c1aac3f6701a165d910d1797c6
parentf5e04479f2411e3e29d629ee6c57810153167eff (diff)
downloadisort-5d3aa873fef384a03a0b125de92d4362be305960.tar.gz
Add changelog entry for fix from @jonafato
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aaeae67a..49dddb2d 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/).
+### TBD
+ - Fixed (https://github.com/PyCQA/isort/pull/1695) added imports being added to doc string in some cases.
+
### 5.8.0 March 20th 2021
- Fixed #1631: as import comments can in some cases be duplicated.
- Fixed #1667: extra newline added with float-to-top, after skip, in some cases.