You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/08/27 12:12:04 UTC

[commons-numbers] 03/03: NUMBER-151: Track changes

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 674f6da2d495031d3ea054dddad2818500b9728c
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Aug 27 13:11:56 2020 +0100

    NUMBER-151: 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 9c2aa6e..eedf591 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,9 @@ Apache Commons Numbers 1.0-beta1 contains the following library modules:
         "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="update" issue="NUMBERS-151" due-to="Jin Xu">
+        "ArithmeticUtils": Refine pow(int, int) and pow(long, int) for edge cases.
+      </action>
     </release>
 
     <release version="1.0-beta1" date="2020-04-08" description="