From 1a30b163d7ebff99b2c2922f98c18d10c5db56f1 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 31 Jan 2023 10:25:51 +0000 Subject: [PATCH] Prepare release --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6b184810..44ae2be2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## v0.5 + +- Decouple Heap entries from ring size (@haesbaert #81). + Before this change, we could only wait for at most `queue_depth` events at a time. + +- Update to liburing-2.3 (@avsm #82). + ## v0.4 New features: