This is an automated email from the ASF dual-hosted git repository.
mattjuntunen 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 c37aed4 fixing changes.xml error
c37aed4 is described below
commit c37aed44fe5aa4528bd00abc1f5305cccd39adc2
Author: Matt Juntunen <[email protected]>
AuthorDate: Sun Jul 11 09:55:01 2021 -0400
fixing changes.xml error
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ca155c1..b4a3eae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -119,7 +119,7 @@ N.B. the Performance testing module requires Java 9+.
"Fraction/BigFraction": Fixed pow(int) to handle Integer.MIN_VALUE and
throw
ArithmeticException for negative exponents to a fraction of zero.
</action>
- <action dev="aherbert" type="fix" issue="NUMBERS-147" due-to"Alex
Herbert">
+ <action dev="aherbert" type="fix" issue="NUMBERS-147" due-to="Alex
Herbert">
Fixed Fraction/BigFraction from(double, int) to support
Integer.MIN_VALUE as max denominator.
</action>
</release>