diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9587b18857b4b4fbbaa7b1b6a26146635b9253c9..b2cb3685684fa3eeda24a13ba72e38bc6bf9aa22 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 ###