From 79f258f54690eb8aed4ec67ee9632b67d9eee1d6 Mon Sep 17 00:00:00 2001 From: tstorek Date: Wed, 7 Dec 2022 16:20:13 +0100 Subject: [PATCH 1/2] chore: checked before release For #176 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0838d7..ca30bc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ #### v0.2.4 - fixed ContextAttribute: wrong type conversion for value ([#173](https://github.com/RWTH-EBC/FiLiP/issues/173)) - fixed Change does_entity_exists create error message if entity does not exist ([#167](https://github.com/RWTH-EBC/FiLiP/issues/167)) - +- fixed remove additional escape chars when sending a string ([#163](https://github.com/RWTH-EBC/FiLiP/issues/163)) #### v0.2.3 - added `override_metadata` argument according to new metadata update semantics in orion (https://fiware-orion.readthedocs.io/en/master/user/metadata.html#updating-metadata) ([#157](https://github.com/RWTH-EBC/FiLiP/issues/157)) - fixed test for patch_entity ([#157](https://github.com/RWTH-EBC/FiLiP/issues/157)) From bd625005ae51dabacba532efd534d72dde03a817 Mon Sep 17 00:00:00 2001 From: tstorek Date: Wed, 7 Dec 2022 16:23:44 +0100 Subject: [PATCH 2/2] chore: checked before release For #176 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca30bc33..b0b48d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - fixed ContextAttribute: wrong type conversion for value ([#173](https://github.com/RWTH-EBC/FiLiP/issues/173)) - fixed Change does_entity_exists create error message if entity does not exist ([#167](https://github.com/RWTH-EBC/FiLiP/issues/167)) - fixed remove additional escape chars when sending a string ([#163](https://github.com/RWTH-EBC/FiLiP/issues/163)) + #### v0.2.3 - added `override_metadata` argument according to new metadata update semantics in orion (https://fiware-orion.readthedocs.io/en/master/user/metadata.html#updating-metadata) ([#157](https://github.com/RWTH-EBC/FiLiP/issues/157)) - fixed test for patch_entity ([#157](https://github.com/RWTH-EBC/FiLiP/issues/157))