diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-09 13:08:33 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-09 13:08:33 +0100 |
commit | 62957cc0936a4b9775034da22588f44f4a7332f9 (patch) | |
tree | 4dd76421e97ab63178fa7af164fa01ba62a1a909 | |
parent | 41e49fc2e565862f5ef0909722539728021549c8 (diff) | |
download | csv-62957cc0936a4b9775034da22588f44f4a7332f9.zip csv-62957cc0936a4b9775034da22588f44f4a7332f9.tar.gz csv-62957cc0936a4b9775034da22588f44f4a7332f9.tar.bz2 |
update package changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a733d08..fe2b7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,10 @@ All Notable changes to `League\Csv` will be documented in this file ### Fixed -- `AbstractCSV::createFromString` now accepts `$newline` a second argument to specify the last added new line character. To better work with interoperability. - - `AbstractCSV::detectDelimiterList` index keys now represents the total number of occurences of the found delimiter. +- `Reader::getNewline` and `Reader::setNewline` are implemented to complete newline feature. +- `AbstractCSV::createFromString` now accepts `$newline` a second argument to specify the last added new line character. To better work with interoperability. ## 6.3.0 - 2015-01-21 |