diff --git a/NEWS b/NEWS index 6e31f6a2..169c33bc 100644 --- a/NEWS +++ b/NEWS @@ -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).