From 2aa131c7f8ba3f9c9ec915930a21f451d7938228 Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Wed, 25 Jan 2017 09:45:42 -0800 Subject: [PATCH] Added 0.3.1 release note --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 45441220e2..561f065998 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.3.1 - 2017-01-25 + +### Fixed +- Unused infix function call import false positive ([#25](https://github.com/shyiko/ktlint/issues/25)). + ## 0.3.0 - 2017-01-11 ### Added