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 a77f17a commit 528b64bCopy full SHA for 528b64b
capnp/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.19.3
2
+- Rename ReadSegmentTableResult to NoAllocSegmentTableInfo and make it public.
3
+- Rename NoAllocBufferSegments::from_segment_table() to
4
+ NoAllocBufferSegments::from_segment_table_info() and make it public.
5
+
6
## v0.19.2
7
- Revert SingleSegmentAllocator generalization because it was unsound.
8
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.19.2"
+version = "0.19.3"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments