Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Apr 14, 2022
1 parent 91d490f commit 68259ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
* <https://github.com/georust/wkt/pull/88>
* added `wkt_string` and `write_wkt` methods to `ToWkt` trait
* <https://github.com/georust/wkt/pull/89>
* impl `ToWkt` on geo_type Geometry variants directly, so you can `point!(x: 1., y: 2.).wkt_string()`
* <https://github.com/georust/wkt/pull/90>
* `ToWkt` is no longer tied to geo-types. You can implement it on your own
custom (non-geo_type) geometry types.
* <https://github.com/georust/wkt/pull/90>

## 0.10.0 - 2022-02-24
### Changed
Expand Down

0 comments on commit 68259ca

Please sign in to comment.