diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93580c3ec0eba62fca169daa3563b3b1bcda5826..2c93f614ad8470b8a0fe1bd15d5f6717848be1e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,10 +11,10 @@ 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. They can be specified by giving the property as a dict in the form 
+- Units for properties. They can be specified by giving the property as a dict in the form
   ```yaml
   MyRecord:
-    my_prop:
+	my_prop:
 	  value: 5
 	  unit: m
   ```