aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c59d0b6963..5eeb8935b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
Wed Apr 2 20:57:15 2014 Koichi Sasada <ko1@atdot.net>
- * gc.c, gc.h (rb_objspace_each_objects_without_setup):
+ * gc.c, gc.h (rb_objspace_each_objects_without_setup):
Add a new (hidden) C-API to iterate objspace snapshot.
This API is not safe to call any C-APIs in a given callback
- function. Be careful to use this C-API.
+ function. Be careful to use this C-API.
Wed Apr 2 17:43:17 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>