From 56321d2bf7234f9b2e062fa822d04dea836ece87 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 17 Mar 2023 20:55:13 +0100 Subject: [PATCH] correctly map pressure from bar to pascal in xdr --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index a405881..adc8ec4 100644 --- a/Readme.md +++ b/Readme.md @@ -160,6 +160,10 @@ For details refer to the [example description](lib/exampletask/Readme.md). Changelog --------- +[20230317](../../releases/tag/20230317) +********** +* correctly convert bar to Pascal in XDR records + [20230309](../../releases/tag/20230308) ********** * use underscores in settings file names [#40](../../issues/40)