From 14ea8a1c55381dc83b177ef6111fd41e8d09c423 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 2 Feb 2022 15:08:56 +0000 Subject: [PATCH] Prepare release --- CHANGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5995d706..386d9a89 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,23 @@ +## v0.2 + +New features: + +- Allow running in polling mode (@talex5 #44). + +Other changes: + +- Update to liburing 2.1 (@talex5 #46). + +- Remove bigstringaf dependency (@talex5 #43). + +- Cmdliner is only needed for tests (@talex5 #45). + +- Remove test dependencies on Bos and Rresult (@talex5 #40). + +- Address `Fmt.strf` deprecation error (@bikallem #38). + +- Update to cstruct 6.0.1 for `shiftv` (@talex5 #36). + ## v0.1 - Initial release.