This commit is contained in:
Laurent Sansonetti
2014-05-21 11:46:39 +02:00
parent 7495c9b239
commit 1dc848fbfc

24
NEWS
View File

@@ -10,20 +10,20 @@
* Fixed a bug with the CoreMIDI BridgeSupport metadata on platforms that have
64-bit support where the MIDI types would be unavailable.
* Fixed a bug where empty `.strings' files would lead to a build failure.
* Fixed a bug which which it could not retrieve NSNotFound correctly as
method return value.
* Fixed a bug which it will trigger a crash when it would call Proc object
which is generated by Method#to_proc.
* Fixed a bug which NSNumber object would not be converted to Ruby Numeric
object with Objective-C Subscripting.
* Fixed a bug which it can't call super with keywork arguments.
* Fixed a bug which incorrect cache would be used in internal and it will
trigger an exception when shortcut selectors would be used.
* Fixed a performance issue in deallocating if many objects would be created.
* Fixed a bug where methods returning NSNotFound would return an incorrect
value to Ruby.
* Fixed a bug where a crash would happen when trying to call a Proc object
generated by Method#to_proc.
* Fixed a bug where an NSNumber object would not be converted to a Ruby
Numeric object in the context of Objective-C Subscripting.
* Fixed a bug where `super' couldn't be used with keyword arguments.
* Fixed a bug where an incorrect cache would be used internally and would
trigger an exception when shortcut selectors were used.
* Fixed a performance issue when deallocating many objects.
* Reduced the app boot time. ~15% faster.
* Improved Object#method_missing performance. ~10% faster.
* Improved performance in where it would register Objective-C selector.
Object#{send, respond_to?} will be ~30% faster.
* Improved performance where creating Objective-C selectors internally.
As an example, Object#{send, respond_to?} is now ~30% faster.
* Improved String interpolation performance. ~10% faster.
= RubyMotion 2.27 =