Skip to content

Commit 9901f4d

Browse files
committed
Update CHANGELOG
1 parent 2ef0a3d commit 9901f4d

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
11
# Changelog
22

3+
## v0.32.0
4+
5+
2021-09-08
6+
7+
__Special thanks to Albert Teoh for contributing to this release.__
8+
9+
- **Breaking change**: Consolidates `MultiPoint` constructors and simplifies
10+
`MultiPoint` internal representation. Removes the `BitSet` type, previously
11+
used for `MultiPoint` construction. Removes the `NewMultiPointFromPoints` and
12+
`NewMultiPointWithEmptyMask` functions. Modifies the `NewMultiPoint` function
13+
to accept a slice of `Point`s rather than a `Sequence`.
14+
15+
- **Breaking change**: Consolidates `Point` construction. Removes the
16+
`NewPointFromXY` function. It is replaced by a new `AsPoint` method on the
17+
`XY` type.
18+
19+
- Refactors internal test helpers.
20+
21+
- Adds linting to CI using `golangci-lint`.
22+
23+
- **Breaking change**: Renames geometry constructors for consistency.
24+
`NewPolygonFromRings` is renamed to `NewPolygon`.
25+
`NewMultiLineStringFromLineStrings` is renamed to `NewMultiLineString`.
26+
`NewMultiPolygonFromPolygons` is renamed to `NewMultiPolygon`.
27+
328
## v0.31.0
429

530
2021-08-09
631

32+
__Special thanks to Albert Teoh for contributing to this release.__
33+
734
- Fixes some minor linting (and other similar) issues identified by Go Report
835
Card.
936

@@ -22,8 +49,6 @@
2249
- Adds a new `NumRings` method to the `Polygon` type. This method gives the
2350
total number of rings that make the polygon.
2451

25-
__Special thanks to Albert Teoh for contributing to this release.__
26-
2752
## v0.30.0
2853

2954
2021-07-18

0 commit comments

Comments
 (0)