We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b5da6 commit 89d7146Copy full SHA for 89d7146
2 files changed
capnp-futures/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.25.2
2
+- Fix bug in `PackedWrite` that incorrectly encoded long streams of zeroes or non-zeroes.
3
+
4
## v0.25.1
5
- Return `PrematureEndOfFile` instead of just `Failed` when `read_message()` hits end-of-stream
6
too soon.
capnp-futures/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp-futures"
-version = "0.25.1"
+version = "0.25.2"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
7
0 commit comments