From d21462862dcff4321a8a55f650f5e51b8b2f9672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 8 Dec 2023 11:53:56 +0100 Subject: [PATCH] Adjust changelog for release 2.48.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a8b623fd..efa47466aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ 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.3] - 2023-12-08 +### Fixed +- Removed function `toSpliced` due to missing browser support + ## [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