summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-09-23 22:16:38 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-09-23 22:16:38 -0700
commitd34e5afc8c85f5796cf7882a12c0b90618b1674c (patch)
tree3ec087ecc98375ef1eca0d1f7af9e3fb3a50a3ad
parentf3c22486cffc8bc8b68fed540d13c7b61061eddc (diff)
downloadisort-feature/fix-no-sort-on-two-top-comments.tar.gz
Update changelog to note 2 top comment improvementfeature/fix-no-sort-on-two-top-comments
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2b5ef85..1ef29082 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,3 +44,4 @@ Changelog
### 4.2.2
- Give an error message when isort is unable to determine where to place a module
- Allow imports to be sorted by module, independant of import_type, when `force_sort_within_sections` option is set
+- Fixed an issue that caused Python files with 2 top comments not to be sorted