diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d90e03e5f79070ccbb1da12b5fed42c0b07a756..8245975103a345374b7c07b41fb7f6ac48238e85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added ###
 
 - XLSX handling: conversion from XLSX to Json
+- `loadFiles` now also is a standalone script in the installation
 
 ### Changed ###
 
@@ -18,10 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
+- Blacklisted buggy openpyxl version
+
 ### Security ###
 
 ### Documentation ###
 
+- loadFiles has better `-h` documentation now
+
 ## [0.10.0] - 2024-04-24 ##
 
 ### Added ###