From ce13b3be95861f9c31b8dee73dc9fa401fc067d2 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 5 May 2023 14:02:37 +0100 Subject: [PATCH] Prepare release --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4b835d7..6b59c41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## v0.3 + +- Restore the old Lwt engine after finishing (@talex5 #16, reported by @tmcgilchrist). + +- Use `run_lwt` in documentation (@talex5 #13). + +- Update for Eio deprecations (@talex5 #12 #14). + ## v0.2 - Add some tests and documentation of the internals (@talex5 #9).