From a7f92b56d37bfce593903b4afe211ce9429188ab Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Fri, 12 Dec 2014 12:37:47 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7e91c1..e46b898e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ #Changelog All Notable changes to `League\Csv` will be documented in this file -## 6.2.0 - XXXX-XX-XX +## 6.2.0 - 2014-12-12 ### Added -- `Writer::setNewline` , `Writer::getNewline` control the newline character added at the end of each CSV row. +- `Writer::setNewline` , `Writer::getNewline` to control the newline sequence character added at the end of each CSV row. ## 6.1.0 - 2014-12-08