From f60d92a4826d2174cfd009bffafc55c95b8aed72 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Thu, 4 Jul 2024 14:07:41 +0100 Subject: [PATCH] Prepare release --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 18dce7d..2796e13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## v0.3 + +- Ensure ring height is at least 1 (@talex5 #36). + Non-Eio rings that don't have any events didn't get the correct height. + +- Optimise redraw (@talex5 #37). + ## v0.2 - Fix staircasing in layout (@talex5 #28).