From 267753791c46f4607368fef013c39ea5562bc289 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 3 Aug 2023 14:32:44 +0200
Subject: [PATCH] DOC: update CHANGELOG

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9568d54..d424a37b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,12 +10,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed ###
 
+* The new map from the [CaosDB WebUI Legacy
+  Adapter](https://gitlab.com/caosdb/caosdb-webui-legacy-adapter) is now the
+  default. Change to the old map by setting `BUILD_MODULE_LEGACY_MAP=ENABLED`
+  (see below). The new map should work as a drop-in for the legacy map with the exact
+  functionality of the old map. However, the new map also implements a new
+  behavior for the query button: The query will be executed immediately, see
+  [caosdb-webui#205](https://gitlab.com/caosdb/caosdb-webui/-/issues/205).
+
 ### Deprecated ###
 
+* `caosdb_map` module. Enable/disable via build property
+  `BUILD_MODULE_LEGACY_MAP={ENABLED,DISABLED}`. To be removed 2024-06.
+
 ### Removed ###
 
 ### Fixed ###
 
+* The new query panel can't be deactivated.
+  [caosdb-webui#226](https://gitlab.com/caosdb/caosdb-webui/-/issues/226)
+
 ### Security ###
 
 ### Documentation ###
-- 
GitLab