Skip to content
Snippets Groups Projects
Commit 29a6a16b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Update changelog

parent 3192f0b6
No related branches found
No related tags found
2 merge requests!198REL: Release 0.10.0,!187F unit
Pipeline #56404 passed with warnings
......@@ -23,7 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Property values specified by dicts do not have to contain a
`collection_mode` key anymore. If none is given, the
`collection_mode` is determined from the `value`.
`collection_mode` is determined from the `value` as it is done for
values specified by strings:
- if `value` starts with '+', collection mode is "list".
- if `value` starts with '*', collection mode is "multiproperty".
- in all other cases, collection mode is "single".
### Deprecated ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment