diff --git a/changelog.md b/changelog.md index 95819417c9..f6063e8f18 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 0.1.1 - 2014-08-01 +## 0.1.2 - 2016-08-05 + +### Fixed +- "in-use" escaped imports detection ([#7](https://github.com/shyiko/ktlint/issues/7)) (no-unused-imports). + +## 0.1.1 - 2016-08-01 ### Fixed - Incorrect spacing around curly braces (curly-spacing). -## 0.1.0 - 2014-07-27 +## 0.1.0 - 2016-07-27