Skip to content

Commit 166f7eb

Browse files
committed
prepare for capnp-v0.19.4 release
1 parent 12cf717 commit 166f7eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

capnp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.19.4
2+
- Fix possible undefined behavior in primitive_list::as_slice() on empty lists.
3+
- Disable primitive_list::as_slice() when T is larger than one byte and the
4+
`unaligned` feature is enabled.
5+
- Enable primitive_list::as_slice() for big-endian targets when T is at most
6+
one byte.
7+
18
## v0.19.3
29
- Rename ReadSegmentTableResult to NoAllocSegmentTableInfo and make it public.
310
- Rename NoAllocBufferSegments::from_segment_table() to

capnp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp"
4-
version = "0.19.3"
4+
version = "0.19.4"
55
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)