From e6f4853f468d1b0b5324760c896818b96101947b Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Thu, 13 Jun 2024 16:07:37 +0200
Subject: [PATCH] DOC: CHANGELOG.md

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d90e03e..82459751 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 ###
-- 
GitLab