[NEWS] Document iOS rake task error reporting improvements.

This commit is contained in:
Eloy Durán
2014-02-26 14:31:07 +01:00
parent ac0fa61943
commit 0b020953e2

3
NEWS
View File

@@ -1,5 +1,8 @@
= RubyMotion 2.23 =
* [iOS] Improved error reporting when specifying the rake `target' option
with a version lower than the configured deployment target and when
specifying `retina=false' when targeting iOS 7.
* Fixed a bug with the `activate' CLI command. Thanks to Joffrey Jaffeux for
the patch.
* Added a feature to support Subscripting (Objective-C Literals).