diff --git a/NEWS-pre b/NEWS-pre index 5b44690e..97b86a6d 100644 --- a/NEWS-pre +++ b/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 =