diff --git a/CHANGELOG b/CHANGELOG
index 178ebbcbcbe318330e3d54a25e41d5ad8276e74f..82d2c45a21d30b5a9ea0b869091494f2116fa963 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,8 +22,12 @@ BornAgain-22.0, in preparation
     * Removed Fourier transform display (to be reimplemented later, #839)
   > Examples and documentation:
     * New Transmission.py, prints transmission of a multilayer
+  > Deployment:
+    * Use QtIFW instead of NSIS for Windows packaging
   > Bug fixes:
   > Internal refactoring:
+    * Renamed lots of files and clases, more unified language (e.g. always Util, never Utils)
+    * No longer duplicate form factor computation for compound particles (#78)
     * Simplified coordinate names and units, now both in Scale::name (#487, #614)
     * Remove ICoordSystem and children; functionality provided by Frame
     * Merge SimulationResult into Datafield