aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 20:20:08 +0000
committerjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 20:20:08 +0000
commitf45caa14f6e239afac1eb66910a2d1f6fd59abf2 (patch)
treed8c143e3e13a99a6e089d3b781d0a08666d3e08a /ChangeLog
parent111c48e6117ef916b1154c76839f1b2a7dd9d8ed (diff)
downloadruby-f45caa14f6e239afac1eb66910a2d1f6fd59abf2.tar.gz
* lib/csv.rb: Some minor documentation fixes from Gregory Brown.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 297fc78a00..a5bcac6e54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+Wed Mar 4 05:19:27 2009 James Edward Gray II <jeg2@ruby-lang.org>
+
+ * lib/csv.rb: Some minor documentation fixes from Gregory Brown.
+
Wed Mar 4 03:42:56 2009 James Edward Gray II <jeg2@ruby-lang.org>
- * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite
- loop while reading some encodings.
+ * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite
+ loop while reading some encodings.
Wed Mar 4 00:54:43 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>