diff options
-rw-r--r-- | CHANGELOG.md | 1 |
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. |