From 5872098c41959199ce891d4ea3ab3dbab6a5eaea Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 21 Dec 2006 16:41:17 +0000 Subject: * string.c (rb_str_slice_bang): rdoc description bug fixed. [ruby-core:09754] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e51816862..20e2f9940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 21 15:37:17 2006 Yukihiro Matsumoto + + * string.c (rb_str_slice_bang): rdoc description bug fixed. + [ruby-core:09754] + Thu Dec 21 15:32:19 2006 Yukihiro Matsumoto * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or may -- cgit