diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2d509a28c93722ffa1bcdf51391fab2455b086..8c9ed3081d083c1a78c14b590cb4b0e716478e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### +* `Entity.remove_value_from_property` function that removes a given value from a + property and optionally removes the property if it is empty afterwards. + ### Changed ### ### Deprecated ### @@ -47,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11.2] - 2023-03-14 ## ### Fixed ### -- root logger is no longer used to create warnings. Fixes undesired output in +- root logger is no longer used to create warnings. Fixes undesired output in stderr ## [0.11.1] - 2023-03-07 ##