File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
23
## v0.30.0
4
24
5
25
2021-07-18
You can’t perform that action at this time.
0 commit comments