diff --git a/CHANGELOG.md b/CHANGELOG.md index 7629213f..ac48c572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Add initial linear referencing methods to `LineString`. The initial methods are `InterpolatePoint` and `InterpolateEvenlySpacedPoints`. +- Add a new `DumpRings` method to the `Polygon` type, which gives the rings of + the polygon as a slice of `LineString`s. + ## v0.37.0 2022-03-29