From db610cfcb9cef6ab228668393cd497ff877fa3d4 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 14 Jun 2023 11:04:23 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2d509a..8c9ed308 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 ## -- GitLab