From e7801b1981f75afbbe05f1822ace2b6eef5b1a5e Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 24 Oct 2012 13:20:28 +0200 Subject: [PATCH] sync --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 7b371c9a..96ea3647 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ the function will not be defined and respond_to? will return false. This fixes applications linking against AddressBook.framework on 6.0 and making conditional use of the new ABAddressBookCreateWithOptions(). + * 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 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