From b0898712d3078f682fff8bad21dd210e1dbc70f4 Mon Sep 17 00:00:00 2001 From: Watson Date: Sun, 14 Oct 2012 22:30:45 +0900 Subject: [PATCH] add line for latest commit --- NEWS | 4 ++++ vm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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