aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-30 02:56:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-30 02:56:17 +0000
commit37f5a45a24cce0d6ceb823fd845c66694c0ed389 (patch)
tree7b63d87cf1a108108484e489e83fefacfd34db85 /NEWS
parent4876c0ee1aa582f725a5c161d7672a140b4f46cb (diff)
downloadruby-37f5a45a24cce0d6ceb823fd845c66694c0ed389.tar.gz
ext/thread: remove
* ext/thread: removed dummy extension library. thread_sync.c provides "thread.rb" already. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4af7ce6cef..b55a9c7353 100644
--- a/NEWS
+++ b/NEWS
@@ -94,6 +94,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* DateTime#to_time now preserves timezone. [Bug #12189]
+* thread
+
+ * the extension library is removed. Till 2.0 it was a pure ruby script
+ "thread.rb", which has precedence over "thread.so", and has been provided
+ in $LOADED_FEATURES since 2.1.
+
=== C API updates
* ruby_show_version() will no longer exits the process, if