This commit is contained in:
Laurent Sansonetti
2014-10-01 17:02:11 +02:00
parent 3e6067a189
commit 8f4fa78736

View File

@@ -15,6 +15,8 @@
leave `app.target_api_version' intact and only modify `app.api_version'.
* Improved the REPL so that "self" now always points to the current app
activity. (Only works for API 14 or above.)
* Added support for `&foo' constructs (which should dispatch #to_proc).
* Added Symbol#to_proc.
* Fixed a bug where `app.vendor_project' would generate a .bridgesupport
file containing illegal XML characters (such as '<' or '>') inside
attributes. Thanks to Mark Villacampa for the patch.
@@ -27,6 +29,8 @@
return java.lang.Object.
* Fixed a bug in the compiler where a crash would happen when trying to
override a Java method accepting a Java array as argument.
* Fixed a bug in the dispatcher when yielding certain runtime-generated
blocks (ex. enumerators) where the return value would be destroyed.
= RubyMotion 3.0 =