You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2021/08/01 11:39:45 UTC

[commons-geometry] branch master updated: update changes.xml

This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


The following commit(s) were added to refs/heads/master by this push:
     new 37dab0a  update changes.xml
37dab0a is described below

commit 37dab0a821064d61330f4c7996d00d7ad3ebc94a
Author: Matt Juntunen <ma...@apache.org>
AuthorDate: Sun Aug 1 07:39:31 2021 -0400

    update changes.xml
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb9b9cc..b1217de 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,9 @@ 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="mattjuntunen" type="update" issue="GEOMETRY-138">
+        Do not use checked exceptions in IO modules.
+      </action>
       <action dev="mattjuntunen" type="update" issue="GEOMETRY-13">
         Use Norms.EUCLIDEAN from Commons Numbers to compute 3D Euclidean norm values.
       </action>