From e5d634260e7927db284fd7d2d656899443f5c53e Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 23 Dec 2018 07:00:35 +0000 Subject: 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 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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] -- cgit v1.2.3