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-numbers.git
The following commit(s) were added to refs/heads/master by this push: new b3ef703c Track changes b3ef703c is described below commit b3ef703cefa6367b65c5cc259b048f29177493f5 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sat Jul 22 19:42:31 2023 +0100 Track changes --- src/changes/changes.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6379e8cb..97a1dc56 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,14 @@ If the output is not quite correct, check for invisible trailing spaces! <release version="1.2" date="TBD" description=" New features, updates and bug fixes. "> + <action dev="aherbert" type="fix" due-to="Anirudh Joshi" issue="NUMBERS-200"> + "Sum": Avoid a NaN result when combining Sum instances with infinite sums + of the same sign. + </action> + <action dev="aherbert" type="update" issue="NUMBERS-199"> + "Precision": Document inaccurate decimal value representation when converting + to and from a double in the round method. + </action> <action dev="aherbert" type="add" issue="NUMBERS-192"> "Sum": Add subtract(Sum) method. </action> @@ -65,10 +73,6 @@ New features, updates and bug fixes. <action dev="aherbert" type="add" issue="NUMBERS-29"> Add "Stirling" class to compute Stirling numbers of the second kind. </action> - <action type="update" dev="ggregory"> - Bump commons-parent from 57 to 58. - </action> - </release> <release version="1.1" date="2022-11-01" description="