summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-21 10:32:33 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-21 10:32:33 +0000
commit800607aa7ebde919bb9183b451a03ae3b390515f (patch)
tree78aadef682063a7d684311fdf94f404106d734ce /ChangeLog
parent1bcee938d5f4a0a70d492c1c1c13ec29f24980ea (diff)
revert r53228 because this patch breaks rubyspec
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 0 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cf7a0f0eb..cb03e2df6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,3 @@
-Mon Dec 21 18:33:00 2015 Koichi Sasada <ko1@atdot.net>
-
- * gc.c (internal_object_p): should not expose singleton classes
- without a metaclass.
- [Bug #11740]
-
- * class.c (rb_singleton_class_has_metaclass_p): added.
-
- * test/ruby/test_class.rb: add a test.
-
Mon Dec 21 12:15:32 2015 Kimura Wataru <kimuraw@i.nifty.jp>
* test/ruby/test_io.rb: handled rlimit value same as r52277