From 9e35ead59dab5307fe7e391587447ecb3bf7c5ae Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 10 Nov 2022 16:20:39 +0100
Subject: [PATCH] DOC: update CHANGELOG

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d94ff5f..e65771c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 
+* The default behavior of the query FIND SomeName [...] (as well as COUNT and SELECT) is being made configurable and changes
+  * `FIND SomeName` will be interpreted as `FIND <FIND_QUERY_DEFAULT_ROLE>
+    SomeName` from now on where `FIND_QUERY_DEFAULT_ROLE` is a newly introduced
+    server property.
+  * The new `FIND_QUERY_DEFAULT_ROLE` server property defaults to `RECORD`
+    which is why the behavior of the server api has a **breaking change**.
+  * Of course, administrators can choose to retain the old behavior by setting
+    `FIND_QUERY_DEFAULT_ROLE=ENTITY`.
+
 ### Deprecated
 
 ### Removed
-- 
GitLab