This commit is contained in:
Laurent Sansonetti
2013-07-15 13:53:55 +02:00
parent 4f6924c931
commit 6da91c47d3

2
NEWS
View File

@@ -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 =