This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit 0e9aea0e0c4c86c3bfb9f8c731f64c6d425121d8 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Fri Mar 28 16:13:21 2025 +0000 Track changes --- src/changes/changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 785614f4..933e302e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,10 @@ Apache Commons Geometry 1.0 contains the following library modules: commons-geometry-io-core (requires Java 8+) commons-geometry-io-euclidean (requires Java 8+) "> + <action dev="aherbert" type="update" due-to="Ivan Shuba"> + Fix hash code collision for Vector2D and Vector3D. Modifies the + hashCode() method to reduce collision for non-identical instances of vectors. + </action> <action dev="mattjuntunen" type="add" issue="GEOMETRY-147"> Add line intersection methods to Bounds2D and Bounds3D. </action> @@ -76,10 +80,6 @@ Apache Commons Geometry 1.0 contains the following library modules: <action dev="mattjuntunen" type="fix" issue="GEOMETRY-143" due-to="Ron Goldman"> Fix misclassification of points near zero in AngularInterval. </action> - <!-- UPDATE --> - <action dev="ggregory" type="fix" due-to="Dependabot, Gary Gregory"> - Bump commons-parent from 55 to 58 #202. - </action> </release> <release version="1.0" date="2021-08-21" description="