diff --git a/NEWS b/NEWS index 4973966d..5bf9e31a 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ into the block. * Fixed a bug in Array#== and Marshal.dump which lookup unnecessary private methods. + * Fixed a bug in Array#{rotate, rotate!}. if passed nil into these methods, + they will raise a TypeError exception like CRuby. + * Fixed the Array#{uniq, uniq!} and NSArray#{uniq, uniq!} which does not + support block. = RubyMotion 1.26 = diff --git a/vm b/vm index 4f836d14..7a612793 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 4f836d141849b8e470b60afce870b7d6ffff60a1 +Subproject commit 7a61279335ced34ccc5ccd2d9e087628924e23d7