NUMBERS-149: Track changes
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eedf591..0f93d3b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,10 @@
       <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>
+      <action dev="aherbert" type="update" issue="NUMBERS-149" due-to="Jin Xu">
+        "Fraction": Port tests from commons-lang Fraction to demonstrate functional compatibility
+        between the lang and numbers implementation of Fraction.
+      </action>
     </release>
 
     <release version="1.0-beta1" date="2020-04-08" description="