diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65397f49e11326b5a0e0b1b7b1e1ecba3158de3a..3acce8439d9e3ce3d4a35a4806c72d2f9b16b2a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,9 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed ###
 
-- Improved `compare_entities` function, especially for unsuppored mulit-properties.
-  Updated the documentation and added more unit tests.
-
 ### Deprecated ###
 
 - getOriginUrlIn, getDiffIn, getBranchIn, getCommitIn (formerly apiutils) have been
@@ -25,7 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Removed ###
 
 ### Fixed ###
+
 - Fixed `src/caosdb/utils/checkFileSystemConsistency.py`
+- `compare_entities` now corretly raises a `NotImplementedError` in case of
+  comparing two `Property` entities or in case of entities with multi
+  properties.
 
 ### Security ###