From 0b020953e2ef08e2db14e1af0cfb2b0d28d91061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Wed, 26 Feb 2014 14:31:07 +0100 Subject: [PATCH] [NEWS] Document iOS rake task error reporting improvements. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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).