From 729b69f2db9562a2eb68dc128f4d5e27ec7d1ac6 Mon Sep 17 00:00:00 2001 From: Stefan Feuerhahn Date: Tue, 26 Jun 2018 17:30:04 +0200 Subject: [PATCH] updated changelog --- doc/CHANGELOG.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/CHANGELOG.txt b/doc/CHANGELOG.txt index 064bf7d..6da4d43 100644 --- a/doc/CHANGELOG.txt +++ b/doc/CHANGELOG.txt @@ -1,3 +1,18 @@ +v1.6.0 26-Jun-2018 +------------------ + +- added support for file services for the client side (thanks to + Michael Zillgith) + +- added connect timeout (thanks to Michael Zillgith) + +- fixed bug in BdaEntryTime.getTimestampValue() function (thanks to + Michael Zillgith) + +- fixed bug that would cause casting error if a ctlVal in the server + implmentation is of type AnalogueValue + + v1.5.0 13-Dec-2017 ------------------