From 069149343c749120be7dda06e61774e1a0ff0a4a Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 13 Jun 2016 22:13:20 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5f80f..289a768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. This change ### Additions * Enabled Emacs' next error function to go to next Kibit suggestion. See the updated code in the README for the change. +## [0.1.5] / 2016-06-13 +* Removed `(not (empty? x))` to `(seq x)` rule as they are not equivalent. +* Removed threading rules (`(-> x f)` and `(->> x f)` are fine). ## [0.1.2] / 2015-04-21 ### Additions