diff --git a/CHANGELOG.md b/CHANGELOG.md index d810609cc..11810124c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ Mapbox welcomes participation and contributions from everyone. ### main -### v6.5.0-beta.2 - April 14, 2022 +### v6.4.1 - April 22, 2022 +- Added correct escaping for `&` pattern in query parameters for `RouteOptions#toUrl`. [#1410](https://github.com/mapbox/mapbox-java/pull/1410). + +#### Known issues +- `RouteOptions#toUrl` might still produce invalid URLs (and fail a request or later crash on `RouteOptions#fromUrl`) if query parameters contain `&` chars that do not exactly match the `&` pattern. Only this specific pattern is escaped correctly. + +### v6.5.0-beta.2 - April 22, 2022 - Added correct escaping for `&` pattern in query parameters for `RouteOptions#toUrl`. [#1410](https://github.com/mapbox/mapbox-java/pull/1410). #### Known issues