We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9284bd commit 34c7cd6Copy full SHA for 34c7cd6
capnp/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.19.5
2
+- Fix bug in dynamic reflection where `get_named()` and `has_named()` could
3
+ panic on a field that is not present in the schema.
4
+
5
## v0.19.4
6
- Fix possible undefined behavior in primitive_list::as_slice() on empty lists.
7
- Disable primitive_list::as_slice() when T is larger than one byte and the
capnp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "capnp"
-version = "0.19.4"
+version = "0.19.5"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
0 commit comments