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 41f933c commit a31dce8Copy full SHA for a31dce8
capnp/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.21.6
2
+- Fix buffer sizing in `flatten_segments()`. A bug was causing unnecessary allocations in
3
+ `write_message_to_words()` and `write_message_segments_to_words`().
4
+
5
## v0.21.5
6
- Implement Clone for capnp::capability::Client.
7
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.21.5"
+version = "0.21.6"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments