From 91acb3a5a982ce6fd8656c4acd84f38294b33f9a Mon Sep 17 00:00:00 2001 From: David Raymond Christiansen Date: Sun, 22 Mar 2015 10:52:18 +0100 Subject: [PATCH] Mention syntax variable capture in CHANGELOG --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3e7f1167d..4cfb923f1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +New in 0.9.18: +-------------- +* Syntax rules no longer perform variable capture. Users of effects will + need to explicitly name results in dependent effect signatures instead + of using the default name "result". + New in 0.9.17: -------------- * The --ideslave command line option has been replaced with a --ide-mode