From c4d79513cf415f7011000425bc763b6b12c07ec4 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 8 Oct 2013 21:53:32 +0200 Subject: [PATCH] sync --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 9db5fece..84ab961e 100644 --- a/NEWS +++ b/NEWS @@ -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.