diff --git a/ChangeLog b/ChangeLog index bde75d9e7a..861854555a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,18 @@ Tue Aug 21 05:43:00 2012 James Edward Gray II - * 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. + * 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 - * 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 - * re.c (rb_reg_initialize_m): Update example to show that regexp + * re.c (rb_reg_initialize_m): Update example to show that regexp options use | an not || to avoid confusion. Mon Aug 20 23:02:27 2012 Nobuyoshi Nakada