From 155ceae6ae62dfb9f9eb01d9e62ad5d6907b542e Mon Sep 17 00:00:00 2001 From: Elliott Cable Date: Wed, 30 Aug 2023 01:57:15 +0000 Subject: [PATCH] update changelog --- CHANGES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ba3b1b03..c9dcc095 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,13 @@ +## next version + +- replace `Thread_local` with `ocaml-ambient-context`, allowing for implicit scope in Lwt/Eio contexts +- update `ocaml-trace` interface to use the new `trace.0.3`-style API (breaking) ## 0.5 - new implementation for ocurl backend, using ezcurl and queues - refactor lwt: Use `try%lwt` over `Lwt.catch` -- add `opentelemetry.trace` (optional, depends on `trace`) +- add `opentelemetry.trace` (optional, depends on `ocaml-trace`) ## 0.4