summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb03e2df6c..6cf7a0f0eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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