From 29a6a16b7b50e1100023d42248f7aad3ee800edc Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 17 Oct 2024 14:27:34 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c93f614..da7250c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### -- GitLab