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 2d99e16 commit cd5bf1fCopy full SHA for cd5bf1f
capnp/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.19.6
2
+- Fix ExactSizeIterator implementations so that they return the number of
3
+ remaining elements instead of the total length of the underlying list.
4
+
5
## v0.19.5
6
- Fix bug in dynamic reflection where `get_named()` and `has_named()` could
7
panic on a field that is not present in the schema.
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.19.5"
+version = "0.19.6"
authors = [ "David Renshaw <dwrenshaw@gmail.com>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments