summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-05-21 21:34:50 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-05-21 21:34:50 -0700
commit0768e295555c10a64274863eaaada82c2c66bbcb (patch)
treeec6e41286653c61ad7b2750ab0c25987ceece0c5
parent64985fa182ce33333a2057bdcee26ba7e9ab287e (diff)
downloadisort-feature/fix-issue-440.tar.gz
Specify changefeature/fix-issue-440
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 959cdd0b..79ac0dd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,5 +69,6 @@ Changelog
### 4.2.8 - In progress
- 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
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.