Skip to content

Commit a80b4b9

Browse files
author
Łukasz Paczos
committed
fix year in recent releases
1 parent 19aaf7a commit a80b4b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Mapbox welcomes participation and contributions from everyone.
44

55
### main
66

7-
### v6.4.0-beta.1 - February 22, 2021
7+
### v6.4.0-beta.1 - February 22, 2022
88
- Exposed `viaWaypoints` in `RouteLeg` [#1364](https://github.com/mapbox/mapbox-java/pull/1364)
99
- Added `RouteOptions#excludeObject` for providing points that should be avoided in the returned route. [#1362](https://github.com/mapbox/mapbox-java/pull/1362)
1010
- Updated nullability of `DirectionsWaypoint` properties to reflect the API structure. [#1360](https://github.com/mapbox/mapbox-java/pull/1360)
1111
- Added `DirectionsWaypoint#distance` property. [#1360](https://github.com/mapbox/mapbox-java/pull/1360)
1212
- Added experimental EV routing request/response parameters. These change will only be part of pre-releases (removed from final versions) until refactored into stable APIs in the future. [#1365](https://github.com/mapbox/mapbox-java/pull/1365)
1313

14-
### v6.3.0 - February 22, 2021
14+
### v6.3.0 - February 22, 2022
1515
- No additional changes.
1616

17-
### v6.3.0-beta.1 - January 28, 2021
17+
### v6.3.0-beta.1 - January 28, 2022
1818
- Exposed [turf.lineIntersect](https://turfjs.org/docs/#lineIntersect) via `TurfMisc#lineIntersect` using an algorithm with O(nm) time complexity which should suite small to medium sized geometries until a more performant solution is implemented. [#1348](https://github.com/mapbox/mapbox-java/pull/1348)
1919
- Fixed an issue where ends of lines where not considered as intersection points. [#1348](https://github.com/mapbox/mapbox-java/pull/1348)
2020

0 commit comments

Comments
 (0)