From f5e613b8cc60ef28670d2c50329b185270ee254c Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 22 Oct 2013 13:27:18 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 1bd28ef0..a400193b 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ wrapping those as Proc's. * Fixed a memory leak when ObjC #initXXX methods will return internal class object (ex NSMutableData#initWithLength, NSArray#initWithArray). + * Fixed where #new method doesn't work for GLKKit structure. + (ex GLKMatrix2.new, GLKVector2.new). * [OSX] Added optional support for the #eval method. To enable it, you can set the `app.eval_support' variable to true (default is false). Support is currently experimental and will increase your application bundle size