From 3928f29a9c8457ecd45090ee88227876afc46e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Tue, 5 Aug 2014 14:41:19 +0200 Subject: [PATCH] [NEWS] Document fix for http://hipbyte.myjetbrains.com/youtrack/issue/RM-539. Conflicts: NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 41254c3d..72bc2a04 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ = RubyMotion 2.33 = * Improved Enumerable#inject performance. ~40% times faster. + * [OSX] Fixed a bug that made it impossible to use a `NSApplication' subclass. = RubyMotion 2.32 =