aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-01 13:02:56 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-01 13:02:56 +0000
commit428fe14f5e5077a615bf4338f3fd88a5cbd322eb (patch)
treee54592793f5159ab37725186bdfe55cef44ce709
parentb8057a5cda397886daea6398d0f4a035c2807a26 (diff)
downloadruby-428fe14f5e5077a615bf4338f3fd88a5cbd322eb.tar.gz
* NEWS: mention about CSV's liberal_parsing option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c32b73c408..7123947a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jan 1 22:01:52 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: mention about CSV's liberal_parsing option.
+
Fri Jan 1 19:38:23 2016 okkez <okkez000@gmail.com>
* doc/NEWS-2.3.0: fix double words typo.
diff --git a/NEWS b/NEWS
index 60b1070a76..46e4771531 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib updates (outstanding ones only)
+* CSV
+ * Add a liberal_parsing option. [Feature #11839]
+
=== Stdlib compatibility issues (excluding feature bug fixes)
=== Built-in global variables compatibility issues