From 4fadbde741f850d20dc910cee901a9f85e7d6230 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-public-1[bot]" <93400552+mapbox-github-ci-writer-public-1[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:27:32 +0000 Subject: [PATCH] changelog for v2.17.0-rc.1 (#7543) Co-authored-by: root --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ changelog/unreleased/bugfixes/7541.md | 4 ---- 2 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7541.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4552acb4474..a5c0923a0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,33 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.17.0-rc.1 - 06 October, 2023 +### Changelog +[Changes between v2.17.0-beta.1 and v2.17.0-rc.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.0-beta.1...v2.17.0-rc.1) + +#### Features + + +#### Bug fixes and improvements +- Improved ramp detection and reduced unexpected jumps between parallel elevated roads. [#7541](https://github.com/mapbox/mapbox-navigation-android/pull/7541) +- Reduced memory consumption. [#7541](https://github.com/mapbox/mapbox-navigation-android/pull/7541) +- Improved location accuracy on "walking" and "cycling" profiles. [#7541](https://github.com/mapbox/mapbox-navigation-android/pull/7541) +- Fixed false-positive "exiting the tunnel" mapmatching errors. [#7541](https://github.com/mapbox/mapbox-navigation-android/pull/7541) + +#### Known issues :warning: + + +#### Other changes + + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.1)) +- Mapbox Navigation Native `v159.0.0` +- Mapbox Core Common `v23.8.3` +- Mapbox Java `v6.13.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.13.0)) + + ## Mapbox Navigation SDK 2.17.0-beta.1 - 22 September, 2023 ### Changelog [Changes between v2.16.0 and v2.17.0-beta.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.16.0...v2.17.0-beta.1) diff --git a/changelog/unreleased/bugfixes/7541.md b/changelog/unreleased/bugfixes/7541.md deleted file mode 100644 index 89bea17583c..00000000000 --- a/changelog/unreleased/bugfixes/7541.md +++ /dev/null @@ -1,4 +0,0 @@ -- Improved ramp detection and reduced unexpected jumps between parallel elevated roads. -- Reduced memory consumption. -- Improved location accuracy on "walking" and "cycling" profiles. -- Fixed false-positive "exiting the tunnel" mapmatching errors. \ No newline at end of file