From 402a1db1a3d1fadabcd5089e07d40c09ea65f4bc Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 9 Jun 2020 13:49:22 +0200
Subject: [PATCH] DOC: update CHANGELOG

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76ca2594..73403111 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 * `get_property` method also accepts instances of properties now, e.g.
   `record.get_property(Property(name="length"))`
+* the value of properties is parsed to python types (int, float, boolean) when
+  setting the value with the setter and when the datatype changes. Before this
+  change, the value was parsed to python types only when parsing an xml and
+  only for int and float.
 
 ### Deprecated ###
 
-- 
GitLab