This commit is contained in:
Laurent Sansonetti
2013-10-08 21:53:32 +02:00
parent 384e2ebc76
commit c4d79513cf

3
NEWS
View File

@@ -1,5 +1,8 @@
= RubyMotion 2.11 =
* Added the `rake clean:all' task which deletes all build object files
(ex. those in ~/Library/RubyMotion/build). We recommend using that task
before building an App Store submission.
* Fixed a long standing limitation in the compiler where overriding in Ruby
an Objective-C method that accepts a C-level block was not possible.
* Fixed a regression where `return' from a block would terminate the app.