summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-26 13:28:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-26 13:28:15 +0000
commitc262acb4e023b6cd4e06b993508ab59a5f61607c (patch)
tree9df353785b5dabe025f621411cb51fc3da00e640 /NEWS
parent3f37ba11a1911d10ddfc3da16c4d558501199a43 (diff)
ruby.h: export keyword argument functions
* include/ruby/ruby.h (rb_get_kwargs, rb_extract_keywords): export keyword argument functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b06039bf9e..1dc41c34cd 100644
--- a/NEWS
+++ b/NEWS
@@ -314,6 +314,9 @@ with all sufficient information, see the ChangeLog file.
* rb_hash_delete() now does not call the block given to the current method.
+* rb_extract_keywords() and rb_get_kwargs() exported. See README.EXT
+ for details.
+
=== Build system updates
* jemalloc is optionally supported via `./configure --with-jemalloc`