Skip to content

Commit

Permalink
a couple more changelog items
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Jan 14, 2024
1 parent 6dbd38e commit 4e1a30a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capnp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Also support setting primitive list fields by native Rust slices, and text list
fields by slices of AsRef<str>.
- Update embedded-io dependency to version 0.6.1.
- Use AsRef<[u8]> instead of Deref<Target=[u8]> in NoAllocBufferSegments.
- Generalize SingleSegmentAllocator to take any type that implements AsMut<[u8]>.

## v0.18.13
- Add PartialEq impls for text::Reader <-> String.
Expand Down

0 comments on commit 4e1a30a

Please sign in to comment.