From bf6ca5e0260e4a87074ca41510cc2d912f2da3ca Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Wed, 11 Jan 2023 14:53:13 +0100
Subject: [PATCH] DOC: Update changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0363c4b..e8b45a87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
+* [#82](https://gitlab.com/caosdb/caosdb-pylib/-/issues/82) Merging an entity
+  with properties with missing datatype leads to Exception - list datatypes are
+  now inferred from scalar datatype in force merges.
+
 ### Security ###
 
 ### Documentation ###
-- 
GitLab