From 3a8d8d9bd51c986beb0562e658a50a3e2a774e70 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 8 Sep 2021 11:44:04 +0200 Subject: [PATCH] DOC: update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2f93ff..07467d9e 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 +* #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 "unkown error". * #145 Documentation of importances and inheritance -- GitLab