From 51630b14517a13b6064b0329e1dc0e591e368293 Mon Sep 17 00:00:00 2001 From: JaffaKetchup Date: Fri, 5 May 2023 18:56:58 +0100 Subject: [PATCH 1/2] Updated CHANGELOG --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4201fa16d..f443fa889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0] - 2022/05/XX +## [4.0.0] - 2022/05/05 **"Out With The Old, In With The New"** @@ -22,7 +22,6 @@ Contains the following bug fixes: - Prevented scrolling of list and simultaneous panning of map on some platforms - [#1453](https://github.com/fleaflet/flutter_map/pull/1453) - Improved `LatLngBounds`'s null safety situation to improve stability - [#1431](https://github.com/fleaflet/flutter_map/pull/1431) - Migrated from multiple deprecated APIs - [#1438](https://github.com/fleaflet/flutter_map/pull/1438) -- Fixed size calculation bugs - [#1470](https://github.com/fleaflet/flutter_map/pull/1470) Contains the following performance and stability improvements: @@ -37,7 +36,7 @@ Many thanks to these contributors (in no particular order): - @pablojimpas - @tlserver - @Zzerr0r -- @dumabg +- @tobiasht - @ignatz - ... and all the maintainers From 96139c290d12adcd24318e050f541dba4ef33af1 Mon Sep 17 00:00:00 2001 From: JaffaKetchup Date: Fri, 5 May 2023 19:09:17 +0100 Subject: [PATCH 2/2] Fixed year of v4 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f443fa889..72a33b9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0] - 2022/05/05 +## [4.0.0] - 2023/05/05 **"Out With The Old, In With The New"**