diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c93f614ad8470b8a0fe1bd15d5f6717848be1e2..da7250c1d4b1f63473d6cfb689d04293111c68ed 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 ###