From 0dc8f0cadba26a828d82bfe20e1c30b79fc2bb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Mon, 20 Jan 2014 17:48:50 +0100 Subject: [PATCH] [NEWS] Document CLI -> CLAide change. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 =