Skip to content

Commit 90125a3

Browse files
author
Łukasz Paczos
committed
changelog for v6.3.0-beta.1
1 parent 864dd68 commit 90125a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

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

55
### main
66

7+
### v6.3.0-beta.1 - January 28, 2021
8+
- 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)
9+
- Fixed an issue where ends of lines where not considered as intersection points. [#1348](https://github.com/mapbox/mapbox-java/pull/1348)
10+
711
### v6.2.0 - January 20, 2022
812

913
### v6.2.0-beta.2 - November 30, 2021

0 commit comments

Comments
 (0)