From 7d396c2e23ae49715d30e6649c4b8e9a396f6f0e Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 1 Mar 2022 18:25:22 +0100 Subject: [PATCH] adapt readme to release 20220301 --- Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Readme.md b/Readme.md index d799ec2..54e15a1 100644 --- a/Readme.md +++ b/Readme.md @@ -145,6 +145,15 @@ For details refer to the [example description](lib/exampletask/Readme.md). Changelog --------- +[20220301](../../releases/tag/20220301) +********* +* change [boat data names to shorter ones](../../issues/17) +* correct [bug with boatData config items](../../issues/16) +* allow for shorter conditions in config items (use arrays of allowed values for "or" condition) +* add some static variables at BoatData to reference the known items (see [exampletask](lib/exampletask/exampletask.cpp#L95)) +* make the known config names static members of GwConfigHandler +* remove unused AWD boat data item + [20220124](../../releases/tag/20220124) ********* * make the serial input and output working again