Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Sep 7, 2021
1 parent 2ef0a3d commit 9901f4d
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
# Changelog

## v0.32.0

2021-09-08

__Special thanks to Albert Teoh for contributing to this release.__

- **Breaking change**: Consolidates `MultiPoint` constructors and simplifies
`MultiPoint` internal representation. Removes the `BitSet` type, previously
used for `MultiPoint` construction. Removes the `NewMultiPointFromPoints` and
`NewMultiPointWithEmptyMask` functions. Modifies the `NewMultiPoint` function
to accept a slice of `Point`s rather than a `Sequence`.

- **Breaking change**: Consolidates `Point` construction. Removes the
`NewPointFromXY` function. It is replaced by a new `AsPoint` method on the
`XY` type.

- Refactors internal test helpers.

- Adds linting to CI using `golangci-lint`.

- **Breaking change**: Renames geometry constructors for consistency.
`NewPolygonFromRings` is renamed to `NewPolygon`.
`NewMultiLineStringFromLineStrings` is renamed to `NewMultiLineString`.
`NewMultiPolygonFromPolygons` is renamed to `NewMultiPolygon`.

## v0.31.0

2021-08-09

__Special thanks to Albert Teoh for contributing to this release.__

- Fixes some minor linting (and other similar) issues identified by Go Report
Card.

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

__Special thanks to Albert Teoh for contributing to this release.__

## v0.30.0

2021-07-18
Expand Down

0 comments on commit 9901f4d

Please sign in to comment.