summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-23 07:00:35 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-23 07:00:35 +0000
commite5d634260e7927db284fd7d2d656899443f5c53e (patch)
tree31f579715ae8c73ee8094c258b634f1186a0946a /NEWS
parentc20a1946a6d7b260f1f0f3038b7af081174d6cd9 (diff)
Import CSV 3.0.2
This includes performance improvement especially writing. Writing is about 2 times faster. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 02b12f3d82..e11a07ed2c 100644
--- a/NEWS
+++ b/NEWS
@@ -404,6 +404,12 @@ sufficient information, see the ChangeLog file or Redmine
* Coverage.line_stub, which is a simple helper function that
creates the "stub" of line coverage from a given source code.
+[CSV]
+
+ * Upgrade to 3.0.2. This includes performance improvement especially
+ writing. Writing is about 2 times faster.
+ https://github.com/ruby/csv/blob/master/NEWS.md
+
[ERB]
[New options]