From a962457e7beb326fffbee500ed9fc6e9af1a72de Mon Sep 17 00:00:00 2001 From: jeg2 Date: Tue, 25 Dec 2007 02:46:26 +0000 Subject: * lib/csv.rb: Import the FasterCSV source as the new CSV class. * test/csv/*: Added all applicable tests from FasterCSV. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9812ff35a..931d29044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 25 11:45:34 2007 James Edward Gray II + + * lib/csv.rb: Import the FasterCSV source as the new CSV class. + + * test/csv/*: Added all applicable tests from FasterCSV. + Tue Dec 25 11:33:52 2007 Nobuyoshi Nakada * error.c (report_bug): uses ruby_description. -- cgit