summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-19 20:21:53 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-19 20:21:53 +0000
commitf7e32f01825cfdb5ff72de9cc2222c48c0c048cb (patch)
tree6af8b2f346b586b18d30bc0f613c56e301ed8e96 /ChangeLog
parentc6c88ea0445c49388b36df1402c92290c26c1b43 (diff)
ChangeLog: fixup r48900
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c2a2a1c9e..a4cc78cf1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 20 05:21:00 2014 Eric Wong <e@80x24.org>
+
+ * test/test_weakref.rb (test_repeated_object_leak): increase timeout
+ [Bug #10618]
+
Fri Dec 19 22:33:13 2014 Tanaka Akira <akr@fsij.org>
* tool/update-deps: Use $(hdrdir) if possible.