Skip to content

Commit 28306d7

Browse files
committed
update changelogs
1 parent 508f706 commit 28306d7

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

capnp-futures/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.17.0
2+
- Follow v0.17.0 release of other capnp crates.
3+
14
## v0.16.0
25
- Follow v0.16.0 release of other capnp crates.
36

capnp-rpc/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.17.0
2+
- Rename `WeakCapabilityServerSet` to `CapabilityServerSet` and remove the old implmentation.
3+
14
## v0.16.2
25
- Add WeakCapabilityServerSet, intended to eventually replace CapabilityServerSet.
36

capnp/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.17.0
2+
- Add support for reflection. See dynamic_value.rs and schema.rs.
3+
14
## v0.16.1
25
- Fix "stacked borrow" errors found by miri.
36

capnpc/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.17.0
2+
- Add support for reflection.
3+
- Implement `Debug` for all generated struct `Reader` types.
4+
15
### v0.16.5
26
- Use `core::marker` instead of `std::marker` for pointer constants, for no_std compat.
37

0 commit comments

Comments
 (0)