From 9faf5f302785786aaa345dd48054dadbd316ea8d Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 10 Aug 2013 14:45:10 +0200 Subject: [PATCH] sync --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d3e166df..c90c2dd5 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ for the patch (pull request #107). * Improved the `Boxed#to_a' to recursively send the `#to_a' message on fields of the Boxed class (ex: CGRectMake(1, 2, 3, 4).to_a #=> [[1, 2], [3, 4]]). + * Fixed a minor bug in the cycle detector where it would scan the instance + variable slots of a pure-Ruby object that have not been initialize yet. * [iOS] Added `:light_content' as new status bar style for UIStatusBarStyle property. Thanks to Chris Radford for the patch (pull request #116). * [iOS] Fixed a bug in debugger where built-in debugger command does not