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 fbf6619 commit 2576fbdCopy full SHA for 2576fbd
capnp/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.19.2
2
+- Revert SingleSegmentAllocator generalization because it was unsound.
3
+
4
## v0.19.1
5
- Implement SetterInput<text::Owned> for all T : AsRef<str>.
6
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.19.1"
+version = "0.19.2"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
7
description = "runtime library for Cap'n Proto data encoding"
0 commit comments