Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Include addition of String method (this is a fairly important aspect of
this change, that was missed in the original release notes).
  • Loading branch information
peterstace committed Aug 8, 2021
1 parent 8d05376 commit 235a959
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
geometry type, coordinates type, and component cardinalities where
appropriate (e.g. number of rings in a polygon).

- Adds a new `String` method to all geometry types, implementing the
`fmt.Stringer` interface. The method returns the same string as that returned
by the `Summary` method.

- Adds a new `NumRings` method to the `Polygon` type. This method gives the
total number of rings that make the polygon.

Expand Down

0 comments on commit 235a959

Please sign in to comment.