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

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f20c943..1f1b0ed0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   * Added configurable entityLayers
   * Changed name of the icon option to icon_options, because that name better
     distiguished the options from the result icon object.
+* New behavior of the "Enter" key in the query input text field: When pressed
+  when the autocompletion drop-down is open, the enter key selects an option
+  from the autocompletion (this is as it was before). But when the "Enter" key
+  is pressed, when the autocompletion drop-down is not open, the query is being
+  submitted.
 
 ### Deprecated
 
-- 
GitLab