From 3d1c915379478a17c4375a6bc60ec4b0ab1622cc Mon Sep 17 00:00:00 2001 From: Christian S Date: Wed, 29 Jan 2020 19:31:39 +0100 Subject: [PATCH] Update changelog for 1.0.5 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3471ce..1a7e71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,21 @@ -## 1.0.5 (2020-01-25) +## 1.0.5 (2020-01-29) Features: - Enhance telegram matcher in Command registry - Add (debug) warning if master-slave command configuration is without slave part + - Throw an exception on ``master-master`` commands with slave addresses that have no master address pair Bugfixes: - Fix matcher in Command registry + - Fix several nested template bugs + - Fix internal clone() of nested templates + - Set type and default value for nested types + - Use list for ``template-block`` to also copy values without ``name`` + - Rename template to valueDto, better variable name + - Add nested values to ``composeMasterData`` incl. test case + - Fix parent method for nested values ## 1.0.4 (2020-01-21)