diff --git a/CHANGELOG.md b/CHANGELOG.md
index d07084cc5df0e360a869cdb946a830761831d743..3ae01e434a341e6e734ab3c4f5faa4a8c14f6ff0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   cause an `sqlite3.IntegrityError` if more than one change was cached
   for the same entity.
 * #40 Insertion of identifiables with missing obligatory properties
+- Before, a Property with the datatype "LIST(TEXT)" would lead to the creation 
+  of a RecordType. This is fixed now.
 
 ### Security ###