From 48a60c7d26d76e1ddbe67f15728c58ae0bd6b675 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Jul 2024 18:46:45 +0000 Subject: [PATCH] changelog for v2.20.1 --- CHANGELOG.md | 19 +++++++++++++++++++ changelog/unreleased/bugfixes/7833.md | 1 - changelog/unreleased/features/7840.md | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7833.md delete mode 100644 changelog/unreleased/features/7840.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6e7692441..39098a9c67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.20.1 - 22 July, 2024 +### Changelog +[Changes between v2.20.0 and v2.20.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.20.0...v2.20.1) + +#### Features +- Optimized memory usage in Directions API model classes by interning frequently occurring strings in JSON. [#7840](https://github.com/mapbox/mapbox-navigation-android/pull/7840) + +#### Bug fixes and improvements +- Fixed UI jank caused by on-device TextToSpeech player. [#7833](https://github.com/mapbox/mapbox-navigation-android/pull/7833) +- Fixed a crash caused by cache inconsistency. [#7836](https://github.com/mapbox/mapbox-navigation-android/pull/7836) + +### 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.0.0` +- 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.0 - 14 June, 2024 ### Changelog [Changes between v2.19.0 and v2.20.0](https://github.com/mapbox/mapbox-navigation-android/compare/v2.19.0...v2.20.0) diff --git a/changelog/unreleased/bugfixes/7833.md b/changelog/unreleased/bugfixes/7833.md deleted file mode 100644 index 4ae5b84cd0d..00000000000 --- a/changelog/unreleased/bugfixes/7833.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed UI jank caused by on-device TextToSpeech player. \ No newline at end of file diff --git a/changelog/unreleased/features/7840.md b/changelog/unreleased/features/7840.md deleted file mode 100644 index 6bfb8f8750f..00000000000 --- a/changelog/unreleased/features/7840.md +++ /dev/null @@ -1 +0,0 @@ -- Optimized memory usage in Directions API model classes by interning frequently occurring strings in JSON. \ No newline at end of file