diff --git a/CHANGELOG.md b/CHANGELOG.md index c7435ee072..9263f48408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Set continuation indent to 4 in IDE integration codestyle ([#775](https://github.com/pinterest/ktlint/issues/775)) - No empty lines between annotation and annotated target ([#688](https://github.com/pinterest/ktlint/issues/688)) - Unused imports reported correctly ([#526](https://github.com/pinterest/ktlint/issues/526)) ([#405](https://github.com/pinterest/ktlint/issues/405)) +- No false empty lines inserted in multiline if-else block ([#793](https://github.com/pinterest/ktlint/issues/793)) +- No-wildcard-imports properly handles custom infix function with asterisk ([#799](https://github.com/pinterest/ktlint/issues/799)) +- Do not require else to be in the same line of a right brace if the right brace is not part of the if statement ([#756](https://github.com/pinterest/ktlint/issues/756)) ### Changed - Update Gradle to 6.5 version