summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-05-27 23:55:54 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-05-27 23:55:54 -0700
commit5c053156dfeb981a8ded5ab822472effaa98885a (patch)
tree6dbea6090ffc9525e66a237a036c7cdde9ab0ebd
parent446bb55d53c179647febbd0e9dacc05540eae82f (diff)
downloadisort-feature/fix-issue-471.tar.gz
Better specify changefeature/fix-issue-471
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6a4571c..dd9a7a20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -72,6 +72,6 @@ Changelog
- Fixed issue #440: Added missing `--use-parentheses` option to command line tool and documentation
- Fixed issue #496: import* imports now get successfully identified and reformatted instead of deleted
- Fixed issue #491: Non ending parentheses withing single line comments no longer cause formatting issues
-- Fixed issue #471: Imports that wrap the maximum line length and contain comments are no longer rendered incorrectly
+- Fixed issue #471: Imports that wrap the maximum line length and contain comments on the last line are no longer rendered incorrectly
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.