[NEWS] Document CLI -> CLAide change.

This commit is contained in:
Eloy Durán
2014-01-20 17:48:50 +01:00
parent fea2150aae
commit 0dc8f0cadb

5
NEWS
View File

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