mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-12 00:35:25 +08:00
sync
This commit is contained in:
4
NEWS-pre
4
NEWS-pre
@@ -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 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user