summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-05-22 22:31:16 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-05-22 22:31:16 -0700
commit2cad84a07f66133ab314935d929a2d541ca6f08c (patch)
tree8074ccbedeafc7caeb274a58beb0db5a67b17b6c
parent358b27947e59bd99f0971a1030bcce8e6f018511 (diff)
downloadisort-2cad84a07f66133ab314935d929a2d541ca6f08c.tar.gz
Specify desired change for issue #496
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79ac0dd1..15e25fda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,5 +70,6 @@ Changelog
- Fixed issue #299: long lines occasionally not wrapped
- Fixed issue #432: No longer add import inside class when class starts at top of file after encoding comment
- Fixed issue #440: Added missing `--use-parentheses` option to command line tool and documentation
+- Fixed issue #496: import* imports now get succesfully identified and reformmated instead of deleted
Breaking Changes:
- Fixed issue #511: All command line options with an underscore, have had the underscore replaced with a dash for consistency. This effects: multi-line, add-import, remove-import, force-adds, --force-single-line-imports, and length-sort.