diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a37730d9..6cf622b996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.8.2] - 2017-06-06 + +### Fixed + +- "Unused import" false positive (`getValue`) ([#54](https://github.com/shyiko/ktlint/issues/54)). + ## [0.8.1] - 2017-05-30 ### Fixed @@ -121,6 +127,7 @@ set in `[*{kt,kts}]` section). ## 0.1.0 - 2016-07-27 +[0.8.2]: https://github.com/shyiko/ktlint/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/shyiko/ktlint/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/shyiko/ktlint/compare/0.7.1...0.8.0 [0.7.1]: https://github.com/shyiko/ktlint/compare/0.7.0...0.7.1