From 6a1541ed06cabacaf54c54747482978c3a292d2f Mon Sep 17 00:00:00 2001
From: Alex <akreft@trineo.org>
Date: Fri, 17 Sep 2021 10:29:29 +0200
Subject: [PATCH] MAINT: update changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d3a88ce..527a7227 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 ###
 
-- 
GitLab