From a9de885e104fa900e0f131b74ecc3214c758fa95 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <alexander@mail-schlemmer.de>
Date: Mon, 22 Nov 2021 21:23:03 +0100
Subject: [PATCH] DOC: corrected mistake in changelog

---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2761caad..89b40b87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
+* #81 compare_entities from apiutils does not compare entity values
+
 ### Security ###
 
 ## [0.6.0] - 2021-10-19 ##
@@ -63,7 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   Originally the role was `None`. The correct role is present now.
 * #53 Documentation of inheritance
 * #38 Dependencies in chunk-deletion of containers
-* #81 compare_entities from apiutils does not compare entity values
 
 ### Security ###
 
-- 
GitLab