Skip to content

Commit

Permalink
changelog 6.4.1 (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
RingerJK authored Apr 22, 2022
1 parent a77319f commit d9d5af3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<white space>&<white space>` 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 `<white space>&<white space>` pattern. Only this specific pattern is escaped correctly.

### v6.5.0-beta.2 - April 22, 2022
- Added correct escaping for `<white space>&<white space>` pattern in query parameters for `RouteOptions#toUrl`. [#1410](https://github.com/mapbox/mapbox-java/pull/1410).

#### Known issues
Expand Down

0 comments on commit d9d5af3

Please sign in to comment.