diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30b236582e28dd6d7057dbb443b91c36e4724e88..09c54e6e5d49de182e5c171bc47c0adbfca3c707 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,13 +10,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added ###
 
 * Support for Python 3.12 and experimental support for 3.13
-* `spss_to_datamodel` script.
-* `SPSSConverter` class
 * CFood macros now accept complex objects as values, not just strings.
+* More options for the `CSVTableConverter`
+* New converters:
+  * `DatetimeElementConverter`
+  * `SPSSConverter`
+* New scripts:
+  * `spss_to_datamodel`
+  * `csv_to_datamodel`
+* New transformer functions:
+  * `date_parse`
+  * `datetime_parse`
 
 ### Changed ###
 
 * CFood macros do not render everything into strings now.
+* Better internal handling of identifiable/reference resolving and merging of entities.  This also
+  includes more understandable output for users.
+* Better handling of missing imports, with nice messages for users.
 
 ### Deprecated ###
 
@@ -32,6 +43,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Documentation ###
 
+* General improvement of the documentaion, in many small places.
+* The API documentation should now also include documentation of the constructors.
+
 ## [0.7.1] - 2024-03-21 ##
 
 ### Fixed ###