aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-20 20:52:36 +0000
committerjeg2 <jeg2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-20 20:52:36 +0000
commit3c3e659196b7511f02b03e2904c40a29993a184c (patch)
tree7ed24f6ae43d6ecac69602d97e15039768f75059 /ChangeLog
parent6ac1d39acec4ccb01cca219e30d2ba4b3547a9e3 (diff)
downloadruby-3c3e659196b7511f02b03e2904c40a29993a184c.tar.gz
* lib/csv.rb: Fixes #161 on github
* lib/csv.rb: You can now specify a pattern for :skip_lines. Matching lines will not be passed to the CSV parser. * lib/csv.rb: Patch by Christian Schwartz. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index adbe9e6593..bde75d9e7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+Tue Aug 21 05:43:00 2012 James Edward Gray II <james@graysoftinc.com>
+
+ * lib/csv.rb: Fixes #161 on github
+ * lib/csv.rb: You can now specify a pattern for :skip_lines.
+ Matching lines will not be passed to the CSV parser.
+ * lib/csv.rb: Patch by Christian Schwartz.
+
Tue Aug 21 05:25:41 2012 Eric Hodel <drbrain@segment7.net>
- * re.c (rb_reg_initialize_m): Forgot to update output for or'd-options
- example.
+ * re.c (rb_reg_initialize_m): Forgot to update output for or'd-options
+ example.
Tue Aug 21 05:18:03 2012 Eric Hodel <drbrain@segment7.net>