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 763476d1 Track changes 763476d1 is described below commit 763476d19041948745cebfdcbb9d66663aa8d331 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Mar 6 20:08:49 2024 +0000 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 1ff6e3da..0360bff1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,9 @@ 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="update" due-to="Matthias Langer"> + "ArithmeticUtils": Improve performance of GCD for longs. + </action> <action dev="aherbert" type="update" due-to="Sebb, Alex Herbert"> "ArithmeticUtils": Improve performance of remainderUnsigned and divideUnsigned. </action>