From 039446dfea76fa6c69fd262ae697123c00ab249e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 27 Nov 2015 18:20:43 +0100 Subject: [PATCH] changelog: add api change to the GRAY:CLOSE --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 84600c787..825d0fb49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -64,6 +64,9 @@ excessive parentheses warnings, which are fairly harmless, but annoying and clutter user output. + - GRAY:CLOSE isn't specialized on T to preserve compatibility with some + libraries. + ** Enhancements: - Added code walker (present as *feature* :walker)