Skip to content

Commit aadbdfe

Browse files
committed
changelog
1 parent 04edee4 commit aadbdfe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

geo/CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
- BREAKING: update proj dependency to 0.30.0 (libproj 9.6.0)
1111
- Performance: Reduce memory consumption of FrechetDistance calculation.
1212
- <https://github.com/georust/geo/pull/1357>
13-
- Bump geo MSRV to 1.82
13+
- Bump geo MSRV to 1.85
14+
- Update i_overlay (dependency of BooleanOps and Buffer).
15+
This is *mostly* an internal change. However, if you are using i_overlay directly in your project,
16+
you'll notice that the `FillRule`, `LineCap`, and `LineJoin` options, which are re-exported from i_overlay,
17+
are now compatible with 4.0
18+
<https://github.com/georust/geo/pull/1405>
1419
- Simplify test rustc and libproj version specification in CI
1520
- Performance: Avoid running through entire iterator to reach last element in `outlier_detection` when calculating LRD and LOF
1621
- Add `Bearing` and `Destination` trait implementations for `Euclidean`

0 commit comments

Comments
 (0)