georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 42 forks source link

Change the name of the method `to_wkt_precison` to `to_wkt_precision` ? #20

Closed mthh closed 6 years ago

mthh commented 6 years ago

I made a silly typo in this commit : 42212ed. Should we change the name of the method to the more explicit "to_wkt_precision" ? I guess it's also a change in the API that would require incrementing the major version number.

antoine-de commented 6 years ago

Yes I think we should change the name and bump the version number as a breaking change (the minor one would be enough I think (2.1.1))

frewsxcv commented 6 years ago

Fixed in https://github.com/georust/geos/pull/21