From 6f8451cd7aef6aa9134285323b7a3bab755bd9d2 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@inidscale.com> Date: Wed, 24 Jan 2024 15:37:20 +0100 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9587b188..b2cb3685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### +* `apiutils.merge_entities` now has a `merge_id_with_resolved_entity` keyword + which allows to identify property values with each other in case that one is + an id and the other is an Entity with this id. Default is ``False``, so no + change to the default behavior. + ### Changed ### ### Deprecated ### -- GitLab