From c683350b9fb944e38cb484f04f98e4e3f85b41a5 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Sat, 5 Oct 2024 20:37:34 +0200 Subject: [PATCH] Add changelog for !31 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad6220..d5fc7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ If a change only affects particular applications, they are listed in parentheses - misc: Unify build system (!23 & !29, thanks @Jarrah & @vladimir.stoyakin) - misc: Ensure stable file order during builds (!24, thanks @devrtz) - fix: Prevent logging internal LVGL errors to stdout -- misc: Make scdoc a native dependency to enable cross-compilation (thanks @uninsane) +- misc: Make scdoc a native dependency to enable cross-compilation (!30, thanks @uninsane) +- fix: Use usleep to release CPU when possible (!31, thanks @uninsane) ## 3.2.0 (2024-06-03)