From bbbc0f3ef39ef8cf2540ff148ebcfbf0b6e166e4 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Tue, 14 Jan 2025 10:21:19 +0100
Subject: [PATCH] DOC: Update changelog

---
 CHANGELOG.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6b8774..19b6a1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,12 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added ###
 
 * New setup extra `test` which installs the dependencies for testing.
-* The Container class has a new member function `filter` which is based o `_filter_entity_list`.
+* The Container class has a new member function `filter_by_identity`
+  which is based on `_filter_entity_list`.
 * The `Entity` properties `_cuid` and `_flags` are now available for read-only access
   as `cuid` and `flags`, respectively.
 
 ### Changed ###
-* Renamed the `filter` function of Container, ParentList and PropertyList to `filter_by_identity`.
+
+* Renamed the `filter` function of Container, ParentList and
+  PropertyList to `filter_by_identity`.
+* [#134](https://gitlab.com/linkahead/linkahead-pylib/-/issues/134)
+  Setting special attributes using add_property now updates the attribute 
+  instead of adding a new property with the same name
 
 ### Deprecated ###
 
@@ -40,9 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   case of certain connection timeouts.
 * [#127](https://gitlab.com/linkahead/linkahead-pylib/-/issues/127)
   pylinkahead.ini now supports None and tuples as values for the `timeout` keyword
-* [#134](https://gitlab.com/linkahead/linkahead-pylib/-/issues/134)
-  Setting special attributes using add_property now updates the attribute 
-  instead of adding a new property with the same name
 
 ### Security ###
 
-- 
GitLab