summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 02:35:36 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 02:35:36 +0000
commite2f951656f952d73e16a60b75767cae8e651c532 (patch)
tree9378be42840446a3d6bbc9fdb8d495e7af73197d /NEWS
parent805b08f2925f5ceec67bf472e76e869bbddc8c39 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)