Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Jul 18, 2021
1 parent 9ccae84 commit c4f262a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.30.0

2021-07-18

- Adds `Dump` methods to `Geometry`, `MultiPoint`, `MultiLineString`,
`MultiPolygon`, and `GeometryCollection` types. These methods break down
composite geometries into their constituent non-multi type parts (i.e.
`Points`, `LineStrings`, and `Polygons`) and return them as a slice.

- Fixes a bug in the `BitSet` data structure. This data structure is used to
specify which Points within a MultiPoint are empty during manual
construction.

## v0.29.0

2021-07-04
Expand Down

0 comments on commit c4f262a

Please sign in to comment.