From 6da91c47d3450ca94fef706aa5c341c605e61b33 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Mon, 15 Jul 2013 13:53:55 +0200 Subject: [PATCH] sync --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index bc359b72..c75d1aa3 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ were compared as String. Thanks to Andrew Babichev for the patch (pull request #108). * Fixed memory leaks in NSMutableArray#{first(n), last(n), pop(n), shift(n)}. + * Fixed a bug where nested block variables would not be properly synchronized + if the block terminated early with the `break' or the `return' construct. = RubyMotion 2.4 =