From 63b9ff6c23979b4a91c31d465e4af90a87ea3ac9 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 6 Apr 2013 15:22:01 +0200 Subject: [PATCH] changes --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 20f5ac96..1be244be 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ 2.0.0.pre.7 + * Fix rescue and ensure blocks (#374) * IMPORTANT: Backward incompatible syntax change: '{...}' and '[...]' are not allowed as ruby attribute wrappers anymore. Use parentheses '(...)' if you want to wrap code with spaces. This allows to write arrays and hashes