aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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`