diff --git a/NEWS b/NEWS index 8b056012..4973966d 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ initialize_clone}. * Fixed a bug in Object#instance_eval which does not yield receiver object into the block. + * Fixed a bug in Array#== and Marshal.dump which lookup unnecessary private + methods. = RubyMotion 1.26 = diff --git a/vm b/vm index 540831da..4f836d14 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 540831da4c81ef0bf6aea463ae1224ede72b8167 +Subproject commit 4f836d141849b8e470b60afce870b7d6ffff60a1