From f8914352345538b6e647d839e9df5bf49542cdd8 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 2 Dec 2022 15:46:11 +0100
Subject: [PATCH] DOC: update CHANGELOG

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1456f185..2f20c943 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
+* [#191](https://gitlab.com/caosdb/caosdb-webui/-/issues/191) - "Configure the
+  RecordType which is searched by the simple search."
+  A list of entity roles and names can be specified via the newly added
+  `BUILD_FREE_SEARCH_ROLE_NAME_FACET_OPTIONS` build variable. See the docstring
+  of `queryForm.initFreeSearch` for more information.
+
 ### Changed (for changes in existing functionality)
 
 * Version bump of caosdb_map module (0.5.0):
-- 
GitLab