Skip to content

Commit

Permalink
prepare for capnp-v0.19.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed May 13, 2024
1 parent 12cf717 commit 166f7eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions capnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.19.4
- Fix possible undefined behavior in primitive_list::as_slice() on empty lists.
- Disable primitive_list::as_slice() when T is larger than one byte and the
`unaligned` feature is enabled.
- Enable primitive_list::as_slice() for big-endian targets when T is at most
one byte.

## v0.19.3
- Rename ReadSegmentTableResult to NoAllocSegmentTableInfo and make it public.
- Rename NoAllocBufferSegments::from_segment_table() to
Expand Down
2 changes: 1 addition & 1 deletion capnp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnp"
version = "0.19.3"
version = "0.19.4"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
Expand Down

0 comments on commit 166f7eb

Please sign in to comment.