diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-19 10:14:03 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-19 10:14:03 +0100 |
commit | 8464e00983c357cb7cde480f624a6bda7af09087 (patch) | |
tree | eb5059ebde9f51edcd09cae394491634f244a4ab | |
parent | 6f3fa223b6ae84405d7d1e8baf33341115f40ee5 (diff) | |
download | csv-8464e00983c357cb7cde480f624a6bda7af09087.zip csv-8464e00983c357cb7cde480f624a6bda7af09087.tar.gz csv-8464e00983c357cb7cde480f624a6bda7af09087.tar.bz2 |
update changelog
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d869ca..4a71510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All Notable changes to `League\Csv` will be documented in this file ## Next - 2015-XX-XX ### Added -- Flexible mechanism to format and validate row before insertion by adding +- A new flexible mechanism to format and validate a row before its insertion by adding - `Writer::addFormatter` to add a formatter to the `Writer` object - `Writer::removeFormatter` to remove an already registered formatter - `Writer::hasFormatter` to detect the presence of a formatter @@ -14,6 +14,7 @@ All Notable changes to `League\Csv` will be documented in this file - `Writer::hasValidator` to detect the presence of a validator - `Writer::clearValidators` to clear all registered validator - `League\Csv\Exception\InvalidRowException` exception thrown when row validation failed +- Classes to maintain removed features from the `Writer` class - `League\Csv\Plugin\ColumnConsistencyValidator` to validate column consistency on insertion - `League\Csv\Plugin\ForbiddenNullValuesValidator` to validate `null` value on insertion - `League\Csv\Plugin\SkipNullValuesFormatter` to format `null` value on insertion |