aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-11 21:37:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-11 21:37:16 +0000
commit831eb93069492c82fa997287c77ca8d9f2ad8668 (patch)
treebc0a3451b86bac8f215721f9ba96acca75e6b1bd /ChangeLog
parentebfe278914d74595a02e0bbd9bbcfb265967dcc3 (diff)
downloadruby-831eb93069492c82fa997287c77ca8d9f2ad8668.tar.gz
* sample/timeout.rb: split from lib/timeout.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26877 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 9fee2f9cea..2df70c04b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 12 06:37:13 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * sample/timeout.rb: split from lib/timeout.rb.
+
Thu Mar 11 22:35:27 2010 Tanaka Akira <akr@fsij.org>
* time.c (time_round): new method Time#round. [ruby-dev:40595]