From 4b981b2dcd69f10d29d05ed8174fd0e4bc4eabc5 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 10 Jul 2020 17:26:15 +0200
Subject: [PATCH] DOC: Update changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5919bd2..12e03fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,10 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed (for changes in existing functionality)
 
+- Tests comply with the new entity error handling (see
+  [#32](https://gitlab.com/caosdb/caosdb-pylib/-/issues/32) in
+  caosdb-pylib).
+
 ### Deprecated (for soon-to-be removed features)
 
 ### Removed (for now removed features)
 
+- Some redundant tests from `test_tickets.py` that checked
+  functionality that was already tested in `test_error_stuff.py`.
+
 ### Fixed (for any bug fixes)
 
 - Tests for NaN Double Values (see https://gitlab.com/caosdb/caosdb-server/issues/41)
-- 
GitLab