From c3d173ae9cf25329644b87b8e064f56a2c31ea53 Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Tue, 25 Aug 2020 23:27:09 +0100 Subject: [PATCH] NUMBERS-150: Track changes --- src/changes/changes.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 07f1a6a0c..9c2aa6e47 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,30 @@ If the output is not quite correct, check for invisible trailing spaces! Apache Commons Numbers Release Notes + + + "Fraction/BigFraction": Fixed pow(int) to handle Integer.MIN_VALUE and throw + ArithmeticException for negative exponents to a fraction of zero. + + +