Skip to content

Commit d9d5af3

Browse files
authored
changelog 6.4.1 (#1414)
1 parent a77319f commit d9d5af3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Mapbox welcomes participation and contributions from everyone.
44

55
### main
66

7-
### v6.5.0-beta.2 - April 14, 2022
7+
### v6.4.1 - April 22, 2022
8+
- Added correct escaping for `<white space>&<white space>` pattern in query parameters for `RouteOptions#toUrl`. [#1410](https://github.com/mapbox/mapbox-java/pull/1410).
9+
10+
#### Known issues
11+
- `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 `<white space>&<white space>` pattern. Only this specific pattern is escaped correctly.
12+
13+
### v6.5.0-beta.2 - April 22, 2022
814
- Added correct escaping for `<white space>&<white space>` pattern in query parameters for `RouteOptions#toUrl`. [#1410](https://github.com/mapbox/mapbox-java/pull/1410).
915

1016
#### Known issues

0 commit comments

Comments
 (0)