mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
sync
This commit is contained in:
6
NEWS
6
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 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user