We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cf717 commit 166f7ebCopy full SHA for 166f7eb
capnp/CHANGELOG.md
@@ -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
+
8
## v0.19.3
9
- Rename ReadSegmentTableResult to NoAllocSegmentTableInfo and make it public.
10
- Rename NoAllocBufferSegments::from_segment_table() to
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.19.3"
+version = "0.19.4"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments