aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Shyiko <stanley.shyiko@gmail.com>2018-05-02 19:03:46 -0700
committerStanley Shyiko <stanley.shyiko@gmail.com>2018-05-02 19:03:46 -0700
commit8de4155cb2cb36cfd686f968abf81abc6cf28f3c (patch)
tree04e96152681bc5432585d8a1aea1e20edf1c2a4f
parent003fe04879adf5c70ec50be22cb50c033224271f (diff)
downloadktlint-8de4155cb2cb36cfd686f968abf81abc6cf28f3c.tar.gz
Added 0.23.0 release notes
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1ba69e6..6da54b41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [0.23.0] - 2018-05-02
+
+### Added
+- `comment-spacing` ([#198](https://github.com/shyiko/ktlint/pull/198)),
+ `filename` ([#194](https://github.com/shyiko/ktlint/pull/194)) rules.
+- `parameter-list-wrapping` left parenthesis placement check ([#201](https://github.com/shyiko/ktlint/pull/201)).
+- `parameter-list-wrapping` auto-correction when `max_line_length` is exceeded ([#200](https://github.com/shyiko/ktlint/pull/200)).
+
+### Fixed
+- "Unused import" false positive (x.y.zNNN import inside x.y.z package) ([#204](https://github.com/shyiko/ktlint/issues/204)).
+
+### Changed
+- `kotlin-compiler` version to 1.2.41 (from 1.2.40).
+
## [0.22.0] - 2018-04-22
### Added
@@ -380,6 +394,7 @@ set in `[*{kt,kts}]` section).
## 0.1.0 - 2016-07-27
+[0.23.0]: https://github.com/shyiko/ktlint/compare/0.22.0...0.23.0
[0.22.0]: https://github.com/shyiko/ktlint/compare/0.21.0...0.22.0
[0.21.0]: https://github.com/shyiko/ktlint/compare/0.20.0...0.21.0
[0.20.0]: https://github.com/shyiko/ktlint/compare/0.19.0...0.20.0