From 752311d5885a3e93f2f84c10dea6f393475b14fe Mon Sep 17 00:00:00 2001 From: jeg2 Date: Tue, 23 Sep 2008 14:40:24 +0000 Subject: * lib/csv/csv.rb: Improved the idea of whitespace and word characters used in substitutions during header conversion as suggested by Michael Selig. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b17e23f2e..8c9eca458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 23 23:39:25 2008 James Edward Gray II + + * lib/csv/csv.rb: Improved the idea of whitespace and word characters used + in substitutions during header conversion as suggested by Michael Selig. + Tue Sep 23 21:50:53 2008 Tanaka Akira * io.c (io_binwrite): allocate wbuf if nosync. -- cgit