From 5403c5fb4f491c34d75a3fb3197b8396ff22700a Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Mon, 20 Jun 2022 23:16:25 +1200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f482bf4b..0e721673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.1.0] - 2022-06-20 ### Changed -- Huge refactor to use zbus 2.2 + zvariant 3.0 in system-daemon. More work required. -- Daemons with tasks not use `smol` for async ops. +- Huge refactor to use zbus 2.2 + zvariant 3.0 in system-daemon. +- Daemons with tasks now use `smol` for async ops. - Fixes to fan-curve settings from CLI (Author: Armas Span) - Add brightness to anime zbus notification - Adjust how threads in AniMe matrix controller work