From a6bfe865545a8d11182dbc6289f78d2b684705e6 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Mon, 19 Apr 2021 22:19:52 +0000 Subject: [PATCH] adding changelog entries --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa5fc2a3..95dee5b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,10 @@ None :) No unreleased features +* Fixed `--filter` bug when the given property does not exist, i.e. `--filter "nonexistent_prop like *`. Non-existent property warning messages will no longer be logged + +* Fixed bug where timestamps used in request bodies were incorrectly encoded, resulting in the `+` characters being encoded as `%2B`. + * Added new cli utility command `c8y util repeat` to make it easier to loop over piped data **Example**