From bb09fa9e0c86d36f61cb3225cf94de0cf7f549c2 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 18 Oct 2013 09:37:57 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 4648abbb..d74b2431 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ = RubyMotion 2.12 = * Fixed a internal memory leak in the Enumerator object. + * Added support to compile the Objective-C source codes which uses Modules + syntax in `app.vendor_project'. = RubyMotion 2.11 =