aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 20:17:19 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 20:17:19 +0000
commit962909f0efdce5852eac855f891b42edfa8d6817 (patch)
tree6c7f38299b2e1df698e7df6a51f03678b3de4c92 /ChangeLog
parentb90ad8a2f68251343569fd8824c4bcfeb25188a7 (diff)
downloadruby-962909f0efdce5852eac855f891b42edfa8d6817.tar.gz
NEWS: note IO#wait_readable change in r50263
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bee56a01dc..95d1c2031d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 16 05:15:50 2015 Eric Wong <e@80x24.org>
+
+ * NEWS: note IO#wait_readable change in r50263
+
Thu Apr 16 05:09:36 2015 Eric Wong <e@80x24.org>
* lib/net/protocol.rb (rbuf_fill): use IO#wait_*able