Skip to content

Commit

Permalink
Update changelog to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Dec 21, 2023
1 parent b5c3a8a commit 5cab942
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.25.0 - 2023-12-21

- Fix panic for multiple text deserialization value calls
- Add `faster_writer` feature (based on itoa, enabled by default) for a significantly faster writer for numbers
- Add deserialize implementations over `Read` instances
- Add parsing implementations over `Read` instances
- Add deserialization methods on `BinaryFlavor` instances
- Change default binary byte slice deserialization algorithm to be ondemand instead of using the binary tape
- Text decoding algorithms optimized for shorter text

## v0.24.0 - 2023-11-21

- Fix incorrect date parsing for dates from years [-100, -999]
Expand Down

0 comments on commit 5cab942

Please sign in to comment.