From d7d861b0a6b21e984914e62401e9055b7d08e656 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Wed, 7 Jun 2023 13:25:53 +0200
Subject: [PATCH] Revised changelog and added info on dropped support for
 matomo

---
 CHANGELOG.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b6c3087..f136f11a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,9 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Removed
 
-- Dropped support for Python 2.
-- Eliminated ICAP support.
-- Removed master and slave operation support.
+- Python 2 support has been dropped to align with the latest standards and focus on Python 3 compatibility.
+- ICAP support has been removed. Please note that the functionality associated with ICAP is no longer available.
+- Matomo support has been discontinued. Matomo-related features will no longer be accessible.
+- Master and slave operation support has been eliminated. The functionality for master and slave operations is no longer supported or available.
 
 ## [1.4.3] - 2022-11-03
 
-- 
GitLab