From d56a88abf55996332db4673b5d1863628d70e5d4 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Feb 2009 17:17:35 +0000 Subject: * string.c (rb_str_delete_bang): should recalculate coderange. [ruby-talk:329267] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3cd60e0f0..426b1d8df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 25 02:17:30 2009 Nobuyoshi Nakada + + * string.c (rb_str_delete_bang): should recalculate coderange. + [ruby-talk:329267] + Wed Feb 25 00:41:21 2009 Akinori MUSHA * class.c (rb_scan_args): Allow specifying the number of trailing -- cgit