From bc962fa1c69ee797dc318afcec16d1beb1461b15 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Fri, 22 Feb 2013 16:36:47 +0100 Subject: [PATCH] sync --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d69cb557..d4e07e4c 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ * Fixed memory leaks in NSDate.new and NSDate.alloc.init. * Fixed a bug in Dir.entries and Dir.foreach which always raise an exception. * Added the NSData#to_s method which is alias for NSData#to_str. + * Fixed a bug in Hash#delete where the deleted object would be prematurely + released by the table. = RubyMotion 1.32 =