diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2018-02-07 21:56:38 -0800 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2018-02-07 21:56:38 -0800 |
commit | e91a303616c3caeb5ff16fc72a05d8387c8bb4a5 (patch) | |
tree | 4d380355e63a7d37227f9cf17c658a114811a6f6 /CHANGELOG.md | |
parent | ce2dee8a1f9adb9e951d73ab6712d7df1f0ddc48 (diff) | |
download | isort-e91a303616c3caeb5ff16fc72a05d8387c8bb4a5.tar.gz |
Update changelogfix-issue-665
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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. |