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 d85b722d Track changes d85b722d is described below commit d85b722de272d10544ec5da1c77709c6d1b538c1 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Jun 17 08:33:13 2024 +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 0360bff1..a4bc804e 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="add" issue="NUMBERS-206"> + "Selection": Add selection of the k-th ordered element from an array. + </action> <action dev="aherbert" type="update" due-to="Matthias Langer"> "ArithmeticUtils": Improve performance of GCD for longs. </action>