summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-11 07:43:09 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-11 07:43:09 +0000
commita26d09da85ed264b13e4fc9a8cee0df871ba2042 (patch)
tree7d020d2e1ce30fea27f3ab4ff3710cbfe042088d /NEWS
parent4973efd7ca2a2699e3534c436850b575b9d6e5b5 (diff)
NEWS: add note about Fiddle GVL release
* NEWS: note Fiddle GVL release [Feature #11607] * ext/fiddle/function.c (Init_fiddle_function): document above, too git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53036 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 53c8feffcf..fffd1a33ff 100644
--- a/NEWS
+++ b/NEWS
@@ -270,6 +270,9 @@ with all sufficient information, see the ChangeLog file.
* Rake
* Rake is removed from stdlib. [Feature #11025]
+* Fiddle
+ * Fiddle::Function#call releases the GVL. [Feature #11607]
+
=== Built-in global variables compatibility issues
* $SAFE