From 385d126dd6f9c31a0e93cce86ad2c935bbb713a6 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Wed, 16 Oct 2024 17:58:13 +0200
Subject: [PATCH] DOC: Update changelog

---
 CHANGELOG.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fa2ff5b..93580c3e 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 ###
-- 
GitLab