From 929081bc4d24d34a678cdde9842823fa43016303 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Wed, 2 Apr 2025 09:35:44 +0200
Subject: [PATCH] DOCS: correct CL statement

---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92ecc008..ccd78134 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - convenience functions `value_matches_versionid`, `get_id_from_versionid` and `get_versionid`
 
 ### Changed ###
-- `compare_entities` is now case insensitive with respect to property and
-  recordtype names
+- `merge_entities` is does no longer replace properties in the first entity with the ones of the
+   second if they are considered the same due to the same ID (`merge_id_with_resolved_entity`)
 
 ### Deprecated ###
 
-- 
GitLab