aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-02 14:52:11 +0000
committerjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-02 14:52:11 +0000
commitfe8002b17bb232b443a1dd6469318527db5b690e (patch)
tree9bf01aafa8d756e7ec1b6d9c8891afa5e2f08502 /ChangeLog
parentfd8010fc0ae51c711d61652516afbd1a80f435a5 (diff)
downloadruby-fe8002b17bb232b443a1dd6469318527db5b690e.tar.gz
* lib/csv.rb: Improve the line ending detection algorithm
(patch by Alexey). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31906 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 bafb2e2eb6..64fb6ca91e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 2 23:51:03 2011 James Edward Gray II <jeg2@ruby-lang.org>
+
+ * lib/csv.rb: Improve the line ending detection algorithm
+ (patch by Alexey).
+
Thu Jun 2 20:05:57 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (rb_io_s_write, rb_io_s_binwrite): return!!!