From e48d3c53b7227c17322c6af8967acb518cfe81ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 31 Jan 2024 18:22:57 +0100 Subject: [PATCH] FIX: path --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fccf7c3..d09fad76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ 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 +* `utils.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. -- GitLab