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 6efbd703 Track changes 6efbd703 is described below commit 6efbd703a7f052120af3cf361abc8151be41e38a Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Mar 24 15:04:36 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 3c363c24..f45587e4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,15 +56,15 @@ If the output is not quite correct, check for invisible trailing spaces! <release version="1.3" date="TBD" description=" New features, updates and bug fixes. "> + <action dev="erans" type="fix" issue="NUMBERS-207" due-to="Richard Mullender"> + Bug in "compareTo" method of classes "Fraction" and "BigFraction" (when the two + values are negative). + </action> </release> <release version="1.2" date="2024-08-12" description=" New features, updates and bug fixes. "> - <action dev="aherbert" type="fix" issue="NUMBERS-207" due-to="Richard Mullender"> - Bug in "compareTo" method of classes "Fraction" and "BigFraction" (when the two - values are negative). - </action> <action dev="aherbert" type="add" issue="NUMBERS-206"> "Selection": Add selection of the k-th ordered element from an array. </action>