Skip to content

Commit 34c7cd6

Browse files
committed
prepare for capnp-v0.19.5 release
1 parent e9284bd commit 34c7cd6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

capnp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## v0.19.4
26
- Fix possible undefined behavior in primitive_list::as_slice() on empty lists.
37
- Disable primitive_list::as_slice() when T is larger than one byte and the

capnp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "capnp"
4-
version = "0.19.4"
4+
version = "0.19.5"
55
authors = [ "David Renshaw <[email protected]>" ]
66
license = "MIT"
77
description = "runtime library for Cap'n Proto data encoding"

0 commit comments

Comments
 (0)