From aec5a7e86b8fee0f05c0fd71bc4ebc50130487fd Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Fri, 1 Apr 2022 11:38:03 -0700 Subject: [PATCH] add changes to CHANGES.md --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 18538b3..5dc401f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## next release +### Changed +* BREAKING: Trait ToWkt gets replaced with impls of From for the different types + in `geo_types`. + ## 0.10.0 - 2022-02-24 ### Changed * Now accepts `MULTIPOINT`s with fewer parentheses, as output by `ST_AsText` in postgis: