From 044cfd09f108e390ccba94f14dfa1241fd1df10f Mon Sep 17 00:00:00 2001 From: Watson Date: Sun, 25 Aug 2013 15:32:14 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index acf9eeea..13579ff6 100644 --- a/NEWS +++ b/NEWS @@ -61,6 +61,8 @@ compiler. Note that the framework is C-only, might be tough to use from RubyMotion, and should probably be called in vendored-C code for better performance results. + * [iOS] Fixed the REPL/mouse-over functionality where it would not work in the + iOS 7 simulator. * [OSX] Added the `app.category' variable which can be used to specify the AppStore category. The default value is `utilities'. Thanks to Mark Rickert for the patch (pull request #115).