diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f20c9434bd5ad2554e7d512a2cc1d2920310250..1f1b0ed001204cb31f8f836f475c5c63bf426c10 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