diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fccf7c3ecd73f8f821697ffb7fc9d48bc151cf6..d09fad76f5704db24b60a6dfd1d23cd4599f6488 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.