Skip to content

Commit

Permalink
Prepare 9.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Aug 4, 2023
1 parent c3a4d0d commit d24b0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

All Notable changes to `Csv` will be documented in this file

## [Next] - TBD
## [9.10.0] - 2023-08-04

### Added

- `Stream::fwrite` to allow writing to a file in a normalized way. Internal use.
- `Writer::forceEnclosure` and `Writer::relaxEnclosure` to control the presence of enclosure in the generated CSV
- `Writer::getEndOfLine` and `Writer::setEndOfLine`

Expand All @@ -17,6 +16,7 @@ All Notable changes to `Csv` will be documented in this file

### Fixed

- `Stream::fwrite` to allow writing to a file in a normalized way. Internal use.
- Documentation Fixed removing unreleased documented feature by [@nclavaud](https://github.com/nclavaud)

### Removed
Expand Down

0 comments on commit d24b0d4

Please sign in to comment.