From df6e03e2b8c9d9ce065e4749c100850cfd265f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 4 Oct 2013 14:22:06 +0200 Subject: [PATCH] [NEWS] Boxed structs fix probably applies to OS X too. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 545c5831..17d94027 100644 --- a/NEWS +++ b/NEWS @@ -8,8 +8,8 @@ when performed day is 1-9. * [OSX] Fixed the wrong default settings of short cut key in menu. Thanks to Kazuhiro NISHIYAMA for the detective work. - * [iOS] Fixed a bug where a boxed struct would incorrectly be interpreted as - a object type, leading to the dispatcher not recognizing a signature. + * Fixed a bug where a boxed struct would incorrectly be interpreted as a + object type, leading to the dispatcher not recognizing a signature. = RubyMotion 2.10 =