From ebf41f3aa9818c361f6c957861d782501956a6db Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Tue, 11 Oct 2016 09:03:57 -0700 Subject: [PATCH] Updated the changelog (0.2.2) --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index e7c444eb51..1a52c30dcd 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.2.2 - 2016-10-11 + +### Fixed +- `no-wildcard-imports` rule (kotlinx.android.synthetic excluded from check) ([#16](https://github.com/shyiko/ktlint/pull/16)). + ## 0.2.1 - 2016-09-13 ### Fixed