From ff2d43a3f628b1d224bcaa2cb7e55b2e69c2886c Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 9 Oct 2012 18:07:11 +0200 Subject: [PATCH] sync --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 63e65f43..67a5efdc 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,10 @@ * Fixed a regression introduced in 1.21 which prevented the OCMock framework to work, because the dispatcher was performing one additional selector on NSProxy-based receivers and OCMock counts the number of messages. + * Fixed a bug in `rake spec' where the simulator launcher would exit with an + error status even if the spec suite was successful. + * Improved Hash#[]= performance when an Array is used for key to use a + MurmurHash function instead of hashing on the length. 400 times faster. * Added the Pointer#value method which is alias for Pointer#[0]. * Added the `app.framework_search_paths' variable that lets you configure the custom framework paths for the project build. @@ -30,8 +34,6 @@ version of RubyMotion, as a String. Cleaned up other RUBY_ constants. * Added the `spec:device' Rake task which will run the spec/test suite on the device via the debugger. - * Improved Hash#[]= performance with array as hash key. If use the same - length array as hash key, it make 400 times faster. = RubyMotion 1.25 =