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.
+
+
+