From a3f07d181846eb1bb7b56dc1b6734bd29531bf08 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 27 Sep 2024 11:22:49 +0000
Subject: [PATCH] Update CHANGELOG

---
 CHANGELOG | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index fd76828..5f0826a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -92,3 +92,9 @@
 2024-05-18: fixed crash on empty neighbour port (ThX to andreas doehler)
 2024-06-17: fixed bad IPv4 address data (just drop it)
 2024-06-18: fixed host_exist returns always True if host was in host_cache, even with host=None
+2024-09-23: replaced options --lowercase/--uppercase with --case LOWER|UPPER
+            changed version output from settings to argparse action
+            removed backend FILESYSTEM -> will fallback to MULTISITE
+            removed support for CMK2.2.x file format (removed option --new-format)
+2024-09-24: added site filter for multisite deployments (MULTISITE only), option --filter-sites and SITES section in toml file
+            added customer filter for MSP deployments (MULTISITE only), option --filter-customers and section CUSTOMERS in toml file
-- 
GitLab