Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Apr 10, 2021
1 parent b3e7418 commit 9577567
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.27.0

2021-04-11

- Changes the `Boundary` method to use GEOS style behaviour rather than PostGIS
style behaviour for empty geometries. This means that `Boundary` now always
returns a consistent geometry type.

- Adds back the RTree `Insert` and `Delete` methods. These were previously
removed in v0.25.1.

- Adds `Scan` methods to each concrete geometry type, so that that they
implement the `database/sql.Scanner` interface.

## v0.26.0

2021-02-19
Expand Down

0 comments on commit 9577567

Please sign in to comment.