diff --git a/NEWS b/NEWS index 3ec559cd..9584df04 100644 --- a/NEWS +++ b/NEWS @@ -36,10 +36,13 @@ the `:cflags` option. * [iOS] Made the UI test helper search for views from the `keyWindow' instead of the `current' window that was created specifically for the test. This - makes it easier to interact with modal views such as `UIAlertView`. + makes it easier to interact with modal views such as `UIAlertView'. * [iOS] Fixed a bug in build system where link error was caused when the app is built for ARM64 with Xcode 5.1. Thanks to Andrew Larssen for the patch (pull request #146). + * Improved command-line interface, e.g. `$ motion create --help' will now no + longer create an application called ‘--help’. This deprecates the interface + for any command plugins and this will fully be removed with RubyMotion v3. = RubyMotion 2.19 =