From 7557639e27c7aa822cedceb347ef34bf16e6a4ad Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 13 Apr 2013 14:24:40 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4d1da6a8..1666b805 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,10 @@ * Fixed a bug where it causes a crash when use a method which is defined by defind_method, and its method is contained in extended module or inherited class which included a module. - * Fix a bug where it will cause a crash when add a 'drawMapRect:zoomScale:inContext:' + * Fixed a bug where it will cause a crash when add a 'drawMapRect:zoomScale:inContext:' into inherited MKOverlayView class + * Improve `rake spec' to display error message if it does not exist spec + files in project's spec directory = RubyMotion 1.35 =