From 6a2c13e0fdb52bf7238c31ebc766c7774a482c96 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 19 Jun 2005 17:16:14 +0000 Subject: * gc.c (define_final): document fix: finalizers never get called before target object is destroyed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a2fc5ce6..ccb187c99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 20 02:15:35 2005 Nobuyoshi Nakada + + * gc.c (define_final): document fix: finalizers never get called + before target object is destroyed. + Mon Jun 20 01:26:49 2005 GOTOU Yuuzou * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, -- cgit