aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 488bb11cda..fce001d202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 23 18:54:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm.c (rb_thread_mark): should mark self in conrol
+ frames. [ruby-core:33289]
+
Tue Nov 23 07:57:31 2010 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date/delta/parser.{ry,rb}: fixed a bug of token scanner.