From ee229fff0da9e6fa707ea96fc7287fd80f4fddf1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Jul 2025 08:59:39 +0000 Subject: [PATCH] changelog for v2.20.4 --- CHANGELOG.md | 15 +++++++++++++++ changelog/unreleased/bugfixes/7908.md | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 changelog/unreleased/bugfixes/7908.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a3b1f79702..eec9fb14619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.20.4 - 18 July, 2025 +### Changelog +[Changes between v2.20.3 and v2.20.4](https://github.com/mapbox/mapbox-navigation-android/compare/v2.20.3...v2.20.4) + +#### Bug fixes and improvements +- Fixed crash on `ManeuverViewBinder` with TransitionManager#go(Scene). [#7908](https://github.com/mapbox/navigation/pull/7908) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.18.3` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.18.3)) +- Mapbox Navigation Native `v206.1.1` +- Mapbox Core Common `v23.10.1` +- Mapbox Java `v7.1.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.1.0)) + + ## Mapbox Navigation SDK 2.20.3 - 21 March, 2025 ### Changelog [Changes between v2.20.2 and v2.20.3](https://github.com/mapbox/mapbox-navigation-android/compare/v2.20.2...v2.20.3) diff --git a/changelog/unreleased/bugfixes/7908.md b/changelog/unreleased/bugfixes/7908.md deleted file mode 100644 index 8bcd55f148b..00000000000 --- a/changelog/unreleased/bugfixes/7908.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed crash on `ManeuverViewBinder` with TransitionManager#go(Scene). \ No newline at end of file