From f7c6c2ec012b67d8990e0279cbc150a3b1668467 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 18 Jul 2023 15:51:51 +0100 Subject: [PATCH] Prepare release --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4e66a1f..07a346f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +# v3.6.0 + +- Update README to talk about stdint, not uint (reported by @liyishuai). + Also, remove out-of-date list of runtime packages needed. The build system can sort that out. + +- Remove all `inlined` attributes (@talex5 #87 #88). + These cause confusing compiler warnings for users, which can't be disabled automatically, + and the inlining isn't being used anyway since https://github.com/capnproto/capnp-ocaml/pull/83. + +- Fix "Unknown interface" error (@talex5 #85). + It reported the UUID of the actual object, not the UUID that was requested. + Also, add `Registry.pp_interface` for better error messages. + +- Minor opam fixes (@talex5 #84). + Depend on dune >= 2.3 and don't try to build benchmarks; that only works on some platforms. + # v3.5.0 New features: