File tree 4 files changed +13
-0
lines changed
4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.17.0
2
+ - Follow v0.17.0 release of other capnp crates.
3
+
1
4
## v0.16.0
2
5
- Follow v0.16.0 release of other capnp crates.
3
6
Original file line number Diff line number Diff line change
1
+ ## v0.17.0
2
+ - Rename ` WeakCapabilityServerSet ` to ` CapabilityServerSet ` and remove the old implmentation.
3
+
1
4
## v0.16.2
2
5
- Add WeakCapabilityServerSet, intended to eventually replace CapabilityServerSet.
3
6
Original file line number Diff line number Diff line change
1
+ ## v0.17.0
2
+ - Add support for reflection. See dynamic_value.rs and schema.rs.
3
+
1
4
## v0.16.1
2
5
- Fix "stacked borrow" errors found by miri.
3
6
Original file line number Diff line number Diff line change
1
+ ## v0.17.0
2
+ - Add support for reflection.
3
+ - Implement ` Debug ` for all generated struct ` Reader ` types.
4
+
1
5
### v0.16.5
2
6
- Use ` core::marker ` instead of ` std::marker ` for pointer constants, for no_std compat.
3
7
You can’t perform that action at this time.
0 commit comments