From fba87cc0e8cb067ef25e3b9fd6b032df97a8161f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 27 Jun 2023 18:09:38 +0200 Subject: [PATCH] changelog typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0974f124..0675eea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,10 +27,10 @@ will consitute of a breaking change warranting a new major release: - Internal error reporter set is now enabled by default and generated every 120 seconds. - Persistent TM store dumps are now performed in chronological order. - Various robustness improvements for the heater handler. The heater handler will now only - process the command queue if it is not busy with switch commanding which reduced the amount + process the command queue if it is not busy with switch commanding which reduces the amount of possible bugs. - The heater handler is only able to process messages stricly sequentially now but is scheduled - twice in a 0.5 second slot to something like a consecutive heater ON or OFF command can still + twice in a 0.5 second slot so something like a consecutive heater ON or OFF command can still be handled relatively quickly. # [v5.0.0] 2023-06-26