Skip to content

Commit

Permalink
adding changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Apr 19, 2021
1 parent 6f2c123 commit a6bfe86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit a6bfe86

Please sign in to comment.