Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Sep 27, 2024
1 parent bafdb6b commit f8cf767
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

- Upgrades `golangci-lint` to `v1.60.3`.

- Adds a new group of functions to the `geom` package that construct
geometries. These functions have names in the form `New{Type}{Dimension}`,
where `Type` is one of {`Point`, `LineString`, `Polygon`, `MultiPoint`,
`MultiLineString`, `MultiPolygon`}, and `Dimension` is one of {`XY`, `XYZ`,
`XYM`, `XYZM`}. They accept coordinates at the appropriate level of nesting
that corresponds to the geometry type. These functions panic if the number of
coordinates provided is not consistent with the dimension (this behaviour is
consistent with the behaviour of the `NewSequence` function).

## v0.51.0

2024-08-19
Expand Down

0 comments on commit f8cf767

Please sign in to comment.