From da3d7ae3011eeb11caf02618789107ed63bf479e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 27 Oct 2021 16:25:19 +0200 Subject: [PATCH] NEWS: Update for 0.24.1 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index b5fcb4ac..8dc59405 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +## [0.24.1] - 2021-10-27 +- Do not register standard D-Bus service directories (Thanks Benjamin Berg) +- templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan) +- Fix importlib module import (Thanks Marco Trevisan) +- Clean up code for most recent pylint version + ## [0.24.0] - 2021-08-28 - Add Add power-profiles-daemon template (Thanks Bastien Nocera) - logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg)