From 5293a4d0158f3e0914ff1eeefbf6f248a3074cae Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 30 Sep 2021 23:53:46 +0200 Subject: [PATCH] DOC: update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef69eef6..f710d2bb 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 ### Fixed +* #183 No reasonable error when using bad datetime format. + (https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/183) * #127 "nan" as value (list item) in properties with data type "LIST<DOUBLE>" return with "Cannot parse value to double" error. * #170 Updating an abstract list-type property with a default value fails with -- GitLab