summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 14:01:07 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 14:01:07 +0000
commitc3e13f40cfc664370f635f6be1927fabdda5f1d9 (patch)
tree0d47649ecfe6ecf13fa1397b739f5cca9efbf130 /NEWS
parente6f7edacea92b39e118a9a82ed7a83b2b428a52b (diff)
downloadruby-c3e13f40cfc664370f635f6be1927fabdda5f1d9.tar.gz
ruby-c3e13f40cfc664370f635f6be1927fabdda5f1d9.tar.xz
ruby-c3e13f40cfc664370f635f6be1927fabdda5f1d9.zip
* lib/thread.rb (ConditionVariable#wait): add timeout argument.
[ruby-talk:346154] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25058 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 a38440298..3adf36ec6 100644
--- a/NEWS
+++ b/NEWS
@@ -230,6 +230,10 @@ with all sufficient information, see the ChangeLog file.
* incompatible changes:
* Time.parse raises ArgumentError when no date information.
+* thread
+ * extended method:
+ * ConditionVariable#wait takes timeout argument.
+
* securerandom
* new methods:
* SecureRandom.urlsafe_base64
OSZAR »