This commit is contained in:
Laurent Sansonetti
2014-10-17 00:26:14 +02:00
parent 91eba99aa2
commit 454f3c710d

View File

@@ -1,6 +1,7 @@
= RubyMotion 3.2 =
* Added support for class variables.
* Added support for the `alias' language keyword.
* Fixed a crash in the REPL when accessing constant paths (ex. Foo::Bar).
* Fixed the runtime to properly catch Java exceptions raised by Android
APIs with the `rescue => Exception' expression.