summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-22 07:16:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-22 07:16:13 +0000
commit7d54b4ea58bd0f072d4c368590247209e2183a54 (patch)
tree981a47a205537b3fbafedb5d337e92b6f7a4f3eb /NEWS
parent31ef3124a9db534abcc3e323f5d3cb696eda3bf5 (diff)
Thread#fetch
* thread.c (rb_thread_fetch): add new method Thread#fetch. [Feature #13009] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d60d9277df..33268b8762 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Update Onigmo 6.1.1.
* Support absent operator https://github.com/k-takata/Onigmo/issues/82
+* Thread
+
+ * Thread#fetch [Feature #13009]
+
=== Stdlib updates (outstanding ones only)
=== Compatibility issues (excluding feature bug fixes)