aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 14:40:24 +0000
committerjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 14:40:24 +0000
commitf3ba845deb749e9915bbba7e4b0d2de4ab424490 (patch)
treef78cdbc041ea221da552ac35dece49646f4d5e23 /ChangeLog
parentc1759a9f18bf7349d7d8165b625deda5be5d20ca (diff)
downloadruby-f3ba845deb749e9915bbba7e4b0d2de4ab424490.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b17e23f2e0..8c9eca458f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 23 23:39:25 2008 James Edward Gray II <jeg2@ruby-lang.org>
+
+ * 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 <akr@fsij.org>
* io.c (io_binwrite): allocate wbuf if nosync.