Skip to content

Commit 8d05376

Browse files
committed
Update CHANGELOG
1 parent d0c7ea8 commit 8d05376

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.31.0
4+
5+
2021-08-09
6+
7+
- Fixes some minor linting (and other similar) issues identified by Go Report
8+
Card.
9+
10+
- Adds a new `DumpCoordinates` method to geometry types. This method returns a
11+
`Sequence` containing all of the control points that define the geometry.
12+
13+
- Adds a new `Summary` method to all geometry types. This method gives a short
14+
and human readable summary of geometry values. The summary includes the
15+
geometry type, coordinates type, and component cardinalities where
16+
appropriate (e.g. number of rings in a polygon).
17+
18+
- Adds a new `NumRings` method to the `Polygon` type. This method gives the
19+
total number of rings that make the polygon.
20+
21+
__Special thanks to Albert Teoh for contributing to this release.__
22+
323
## v0.30.0
424

525
2021-07-18

0 commit comments

Comments
 (0)