Fix inconsistent @throws comments in ListOrderedSet #125.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb6b285..f07e55c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,6 +90,9 @@
     <action issue="COLLECTIONS-734" dev="ggregory" type="fix" due-to="Chen">

       Encountered an IllegalStateException while traversing with Flat3Map.entrySet(). #115.

     </action>

+    <action dev="ggregory" type="update" due-to="Chen">

+      Fix inconsistent @throws comments in ListOrderedSet #125.

+    </action>

   </release>

   <release version="4.4" date="2019-07-05" description="Maintenance release.">

     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">