aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eac303039..e6c5b83a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Tue Oct 12 23:03:20 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Oct 12 23:09:24 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * gc.c (obj_free, rb_objspace_call_finalizer): fix truncating
+ cast.
* gc.c (mark_current_machine_context): suppress warnings.