From 46709d592c841e7bcf762c8a714955df7a8be430 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Mon, 15 May 2023 12:27:54 +0200
Subject: [PATCH] DOC: Update changelog

The "Changed" section is reserved for API changes only.  This is rather a fix.
---
 CHANGELOG.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65397f49..3acce843 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 ###
 
-- 
GitLab