From 3f40b389b6296d5bb053994f43de9e709c4af673 Mon Sep 17 00:00:00 2001 From: "Tarvo R." Date: Mon, 9 Sep 2024 12:37:58 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8847f1f..bd38950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.3.0] - 09-09-2024 + +### Changed + +- Remove legacy top border on detail view (thanks to [@Nembie](https://github.com/Nembie)) +- Make overflowing locales scroll horizontally (thanks to [@Gertiozuni](https://github.com/Gertiozuni)) +- Fix z-index overlapping on some modals (thanks to [@royduin](https://github.com/royduin)) +- Fix 0 unnecessarily casted into float (thanks to [@robertmarney](https://github.com/robertmarney)) +- Fix field reading 'cookie' header instead of input (thanks to [@FinnPaes](https://github.com/FinnPaes)) +- Updated packages + ## [2.2.0] - 30-07-2023 ### Changed