diff --git a/doc/JTS_Version_History.md b/doc/JTS_Version_History.md index 6b45106661..1fcdfbbc38 100644 --- a/doc/JTS_Version_History.md +++ b/doc/JTS_Version_History.md @@ -37,6 +37,7 @@ Distributions for older JTS versions can be obtained at the * Reduce buffer curve short fillet segments (#960) * Added ability to specify boundary for `LargestEmptyCircle` (#973) * Improve `DouglaPeuckerSimplifier` and `TopologyPreservingSimplifier` to handle ring endpoints (#1013) +* Add Angle.sinSnap and .cosSnap to avoid small errors, e.g. with buffer operations (#1016) ### Bug Fixes * Fix `PreparedGeometry` handling of EMPTY elements (#904)