diff --git a/NEWS b/NEWS index 75121336..6893fbe9 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ contains Fixnum in namaspec. * Fixed a bug where Module#include? will not raise an exception if receiver is not module. + * Fixed a bug where `return' on a yield block that uses `ensure' would not + work. + * Fixed a bug where `catch' and `throw' would not work on iOS device. = RubyMotion 1.35 = diff --git a/vm b/vm index 8fb3be90..daa1b16f 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 8fb3be9016fe9575736887e34d71a0d80b3420f3 +Subproject commit daa1b16f4d2e34cc16c024ff613da05faabbd173