diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fa2ff5bef5066d289e97ce44242d2374c14eb47..93580c3ec0eba62fca169daa3563b3b1bcda5826 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,10 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - XMLTextNodeConverter for converting text nodes created by XMLTagConverter
 - XMLAttributeNodeConverter for converting attribute nodes created by XMLTagConverter
-- Units for properties.
+- Units for properties. They can be specified by giving the property as a dict in the form 
+  ```yaml
+  MyRecord:
+    my_prop:
+	  value: 5
+	  unit: m
+  ```
 
 ### Changed ###
 
+- 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`.
+
 ### Deprecated ###
 
 ### Removed ###