From fae51774da017da87cfc456b32ac5ea26623ac68 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Tue, 19 Nov 2024 15:18:16 +0100
Subject: [PATCH] DOC: CHANGELOG

---
 CHANGELOG.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f106e8f0..3c3e9abc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
+- `spss_to_datamodel` script works again.
+
 ### Security ###
 
 ### Documentation ###
@@ -46,9 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - 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
+    my_prop:
+      value: 5
+      unit: m
   ```
 - Support for Python 3.13
 - ROCrateConverter, ELNFileConverter and ROCrateEntityConverter for crawling ROCrate and .eln files
-- 
GitLab