Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 19, 2015
1 parent 6f3fa22 commit 8464e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8464e00

Please sign in to comment.