diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6b87740360dd1775bce1aa68e638f1aa38df1f4..19b6a1b6adee16f08541bb2977392c6c4d600b7e 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 ###