diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51aa8cf0a3c8c2409b032c2f6f0ed7be299d9631..0b9f7a0c0c0da499fb60547ee058156c4959999b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   th above `empty_diff` function). Formerly this would have caused a merge
   conflict if the referenced record(s) were identical, but stored in different
   Python objects.
+* `apiutils.merge_entities` now has an optional `force` argument (defaults to
+  `False`, i.e., the old behavior) which determines whether in case of merge
+  conflicts errors will be raised or the properties and attributes of entity A
+  will be overwritten by entity B.
 
 ### Deprecated ###