diff --git a/ChangeLog b/ChangeLog index 33cc94196c..6bc4bbebf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,8 +9,8 @@ Fri Nov 14 16:59:53 2014 Nobuyoshi Nakada Fri Nov 14 16:33:06 2014 Koichi Sasada - * gc.c (gc_stat_internal): support comatible layer for - GC.stat(symbol) type acess. + * gc.c (gc_stat_internal): support compatible layer for + GC.stat(symbol) type access. Fri Nov 14 16:19:08 2014 Koichi Sasada @@ -23,7 +23,7 @@ Fri Nov 14 16:19:08 2014 Koichi Sasada show a warning message like that: program: GC.stat[:total_allocated_object] warning message: "warning: GC.stat keys were changed from Ruby - 2.1. In this case, you refer to obsolete `total_allocated_object' + 2.1. In this case, you refer to obsolete `total_allocated_object' (new key is `total_allocated_objects'). Please check for more information."