From a7d7fba729dcb058f1041f6df017a195b8bd49a7 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sun, 17 Nov 2024 15:26:30 +0000
Subject: [PATCH] Update CHANGELOG

---
 CHANGELOG | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 5f0826a..440e962 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -92,9 +92,19 @@
 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
+2024-09-23: incompatible 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)
+            incompatible removed backend FILESYSTEM -> will fallback to MULTISITE
+            incompatible 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
+2024-11-16: added better logging for missing L2 data
+2024-11-17: added L2_NEIGHBOUR_REPLACE_REGEX (ThX to Frankb@checkmk forum for the base idea)
+            incompatible removed DROP_HOST_REGEX -> use L2_NEIGHBOUR_REPLACE_REGEX instead
+            incompatible changed section names in TOML file to better distinguish between L2 and L3v4
+              HOST_MAP -> L2_HOST_MAP
+              DROP_HOSTS -> L2_DROP_HOSTS
+              SEED_DEVICES -> L2_SEED_DEVICES
+            incompatible removed option -s, --seed-devices from CLI -> use TOML section L2_SEED_DEVICES instead
+            incompatible changed the option keep-domain to remove-domain -> don't mess with neighbor names by default
+
-- 
GitLab