From f94a37e712d489c043c33fc60b604b67dc13a2ce Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 23 Jul 2013 13:27:22 +0200 Subject: [PATCH] sync --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e94bc040..c1faf2eb 100644 --- a/NEWS +++ b/NEWS @@ -40,8 +40,8 @@ report file that was generated by the system for the current app. * Fixed a bug in the REPL where using the key to enable auto-completion could result in a crash due to a missing symbol. - * Fixed a bug where it would cause a crash if it would handles the object - which has #init and #initiazlize(arg) with NSCoding. + * Fixed a bug where an object implementing the NSCoding protocol as well as + #init and #initialize(arg) methods would cause a crash during creation. * [iOS] Fixed a warning message from the linker that would be displayed when using Xcode 5 to build the app. * [iOS] Fixed a bug in the debugger where built-in debug commands weren't