From 0e95f8bac6ee44475054f6b3e03a81bf65ca662d Mon Sep 17 00:00:00 2001 From: Peter Stace Date: Fri, 13 May 2022 11:03:44 +1000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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