From 9cbcc9f597c8401599863205bfa7f9f26c7b1b89 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 27 Aug 2003 13:33:27 +0000 Subject: * error.c (rb_bug): should not use other methods; this function is not for ordinary use. [ruby-dev:21259] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d8262a372..e1ae1b14d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 22:33:24 2003 Nobuyoshi Nakada + + * error.c (rb_bug): should not use other methods; this function is + not for ordinary use. [ruby-dev:21259] + Wed Aug 27 15:07:57 2003 Minero Aoki * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 -- cgit