From f4ce9a93b4e6b28e3efd8194da5e28e6b41456f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 8 Dec 2023 10:01:05 +0100 Subject: [PATCH] Adjust changelog for release 2.48.2 --- CHANGELOG.md | 6 ++++++ gradle/changelog/global_search_click.yaml | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 gradle/changelog/global_search_click.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2928beb85f..e3a8b623fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.48.2] - 2023-12-08 +### Fixed +- Race condition sometimes breaking mouse interaction in global search +- Removed function `toSpliced` due to missing browser support + ## [2.48.1] - 2023-11-22 ### Fixed - Window event listener on navbar @@ -1433,3 +1438,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.47.0]: https://scm-manager.org/download/2.47.0 [2.48.0]: https://scm-manager.org/download/2.48.0 [2.48.1]: https://scm-manager.org/download/2.48.1 +[2.48.2]: https://scm-manager.org/download/2.48.2 diff --git a/gradle/changelog/global_search_click.yaml b/gradle/changelog/global_search_click.yaml deleted file mode 100644 index e6987fde0b..0000000000 --- a/gradle/changelog/global_search_click.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Race condition sometimes breaking mouse interaction in global search