This commit is contained in:
Laurent Sansonetti
2012-10-09 18:07:11 +02:00
parent 3b4557a014
commit ff2d43a3f6

6
NEWS
View File

@@ -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 =