Skip to content

Commit b089b41

Browse files
committed
Update CHANGELOG
1 parent 7b085df commit b089b41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2025-10-07
11+
1012
### Added
1113

1214
- Config `shortValueClassHeaderName` for short value class header name.
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
- Make `CsvConfig` public.
3335
- Support for streaming via Reader and Appendable (🏅 kudos to UnknownJoe796).
3436
- Handle Microsoft Excel's insistence on using a byte order marker (🏅 kudos to UnknownJoe796).
35-
- Asynchronous/Streaming support via `CsvRecordReader` and `CsvRecordWriter` (🏅 kudos to UnknownJoe796).
37+
- Asynchronous/Streaming support via `CsvRecordReader` and `CsvRecordWriter` (🏅 kudos to
38+
UnknownJoe796).
3639

3740
### Removed
3841

@@ -94,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9497

9598
- Compatibility with *Kotlin Serialization* `0.20.0`.
9699
- (De-)Serialization of sealed classes no longer reads/writes columns for objects.
97-
- String for `kotlin.Unit` can no longer be provided and the `Unit` object is handled as any other object.
100+
- String for `kotlin.Unit` can no longer be provided and the `Unit` object is handled as any other
101+
object.
98102

99103
## [0.1.0] - 2020-02-21
100104

0 commit comments

Comments
 (0)