Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Jan 7, 2024
1 parent 3d2afdc commit 04c33b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `NamedCsvReader` replaced by `CsvReader.builder().ofNamedCsvRecord()`
- `build` methods in `CsvReaderBuilder` with callback handlers and `ofCsvRecord` / `ofNamedCsvRecord` as convenience methods
- Rename `errorOnDifferentFieldCount()` to `ignoreDifferentFieldCount()`
- Rename `isEmpty()` to `isEmptyLine` in `CsvRecord`
- `QuoteStrategy` is now an interface – defaults are provided by `QuoteStrategies`
- Throw `CsvParseException` instead of `IOException` when maximum field size is exceeded
- `NamedCsvRecord` extends `CsvRecord` and provides more access methods
Expand All @@ -31,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Several performance improvements
- Improved documentation and error messages

### Removed
- Removed `isEmpty()` in `CsvRecord` as it was formerly only used for skipping empty records

### Fixed
- Do not throw an exception when reading comments while enabling different field count checking

Expand Down

0 comments on commit 04c33b7

Please sign in to comment.