From 3afd4e9bdbeea933430e7a2bb7698caa217b90c1 Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 17 Nov 2012 15:11:59 +0900 Subject: [PATCH] add lines --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index f679b570..75406d91 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ += RubyMotion 1.29 = + + * Fixed a loading error with ripper library which was caused by using OSX + bundled Ruby. + * Fixed a bug where the files that contains only constants was not detected + the file dependencies. + * Fixed a bug where cyclic file dependencies would cause a `stack level too + deep' error. + = RubyMotion 1.28 = * Added the `motion ri' command to access to API information on command line.