From cf27954a867a1c16b4e5b0fe72cd79df946ff903 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 14 Mar 2023 19:55:01 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11ef73a..417fa1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Fixed - Use `modetree::connectModeTreeParent` in `PowerSwitcherComponent` to connect mode tree parent. +- Pool Manager now enables the `spillToHigherPools` option in `LocalPool` parent. ## Changed @@ -19,7 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Simplify `PeriodicHousekeepingHelper`: No non-diagnostic handling. Start removing the distinction between diagnostics and regular HK packets. -- Pool Manager now allows enabling the `spillToHigherPools` option. # [v6.0.0]