This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push: new bc3711d Track changes. bc3711d is described below commit bc3711d0c686ce3b0fab9ec686bf66ac00fd180e Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Sun Jan 9 00:19:02 2022 +0100 Track changes. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 068cde1..572e9e2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -97,6 +97,9 @@ Caveat: nightmare was one of the main reasons for creating more focused components.] "> + <action dev="erans" type="update" issue="MATH-1629"> + Throw "ArithmeticException" instead of "MathArithmeticException". + </action> <action dev="erans" type="update" issue="MATH-1630"> Introduce "JdkMath" class for redirecting calls to either JDK or CM implementations of the functions defined in "java.lang.Math".