From e2f951656f952d73e16a60b75767cae8e651c532 Mon Sep 17 00:00:00 2001 From: nari Date: Sat, 3 Nov 2012 02:35:36 +0000 Subject: * NEWS: add a news about rb_newobj_of() and NEWOBJ_OF(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2f7f5d98ad..b358042344 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ with all sufficient information, see the ChangeLog file. === C API updates * NUM2SHORT() and NUM2USHORT() added. They are similar to NUM2INT, but short. +* rb_newobj_of() and NEWOBJ_OF() added. They create a new object of a given class. === Library updates (outstanding ones only) -- cgit v1.2.3