diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dcf47c52..438eeb282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone. ### main +### v6.5.0-beta.2 - April 14, 2022 +- Fixed exceptions for `waypointName` item has `&` char in a string. [#1410](https://github.com/mapbox/mapbox-java/pull/1410) + +#### Known issues +- `RouteOptions` crashes if `waypointsName` item contains `&` char at the start or at the end of a string. + ### v6.5.0-beta.1 - April 14, 2022 - Added experimental EV routing request/response parameters. These params will only be part of pre-releases (removed from final versions) until refactored into stable APIs in the future.[#1405](https://github.com/mapbox/mapbox-java/pull/1405)