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
commit ebddc1b8f48788cbc2eb68f7dfa0ccdeeefa70ed Author: aherbert <aherb...@apache.org> AuthorDate: Wed Oct 4 17:17:12 2023 +0100 Track changes --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 98585e56..d9b796b2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,11 @@ 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" due-to="Harald Kirsch" issue="NUMBERS-205"> + "Addition/Multiplication": Introduces isZero to Addition and isOne to Multiplication + interfaces. Override the default implementation in implementing classes to avoid + expensive equals(Object) operations. + </action> <action dev="aherbert" type="add" issue="NUMBERS-203"> "DDField": Add a field for the DD number. </action>