This commit is contained in:
Laurent Sansonetti
2012-10-25 15:52:09 +02:00
parent 94371be402
commit 05fbbb3502
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -16,6 +16,9 @@
* Fixed a bug in the runtime where calling `super' in certain methods
(ex. UISlider's thumbRectForBounds:trackRect:value:) would crash the
program due to an assertion.
* Fixed a bug in the compiler where certain structures could be returned as
an object of the wrong class (ex. MKCoordinateRegion.region returning
AudioValueRange instead of CLLocationCoordinate2D).
* Fixed a bug in Object#{dup,clone} where #{initialize_dup,initialize_clone}
would not be called.
* Fixed a bug in Object#instance_eval where the receiver object was not

2
vm

Submodule vm updated: 2e1eb75ae1...738b883433