summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2018-02-07 21:56:38 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2018-02-07 21:56:38 -0800
commite91a303616c3caeb5ff16fc72a05d8387c8bb4a5 (patch)
tree4d380355e63a7d37227f9cf17c658a114811a6f6
parentce2dee8a1f9adb9e951d73ab6712d7df1f0ddc48 (diff)
downloadisort-fix-issue-665.tar.gz
Update changelogfix-issue-665
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bdab5fd..ab95c0af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ Changelog
- Fix case-sensitive path existence check in Mac OS X
- Added `--no-lines-before` for more granular control over section output
- Fixed #493: Unwanted conversion to Windows line endings
+- Fixed #590: Import `as` mucks with alphabetical sorting
- Implemented `--version-number` to retrieve just the version number without the isort logo
- Breaking changes
- Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.