From 0a25a0dddc31fa4363a44544fd67dfd2c5c68d19 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Sun, 4 Sep 2016 16:47:27 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83efc28027..1f6316b9fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: * `:GoSameIds` is now automatically re-evaluated in cases of buffer reloads (such as `:GoRename`) [gh-998] * Improve docs about `go_auto_sameids` [gh-1017] * Improve error message by printing the full path if an incompatible `goimports` is being used [gh-1006] +* `iota` and `nil` are now highlighted correctly and are not treated as booleans [gh-1030] BUG FIXES: