diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d3a88ce3dca33e1bd76c6957217f91ac65fb37f..527a722732fcec5e05e2610f1ed77727a87425b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Entity.add_property and Entity.add_parent do not accept `**kwargs`-style
   keywords anymore. Formerly known keywords have been refactored into named
   parameters.
+* [#35](https://gitlab.com/caosdb/caosdb-pylib/-/issues/35) Loggers now use the name of
+  the unit where they are called instead of a static name
 
 ### Deprecated ###