Skip to content
Snippets Groups Projects
Verified Commit 402a1db1 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update CHANGELOG

parent 1d5b548e
No related branches found
No related tags found
No related merge requests found
......@@ -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 ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment