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 cef7911f NUMBERS-208: Track changes
cef7911f is described below
commit cef7911f4cdf144c28a00acd0f3ad53540b9f221
Author: Alex Herbert <[email protected]>
AuthorDate: Mon Mar 23 13:46:17 2026 +0000
NUMBERS-208: 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 2ee978b2..633a216e 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.3" date="TBD" description="
New features, updates and bug fixes.
">
+ <action dev="aherbert" type="add" issue="NUMBERS-208">
+ "Selection": Add support for selection from a long array.
+ </action>
<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).