RNG-168: Track changes
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d4e687..2d0e9c1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,10 @@
 may break behavioural compatibility. Any functional changes
 will be recorded in the release notes.
 ">
+      <action dev="aherbert" type="add" issue="168">
+        New LXM family of random generators. Added implementations of the LXM generators
+        included in JDK 17.
+      </action>
       <action dev="aherbert" type="add" issue="174">
         "RandomSource": Improve support for non-zero seeds. Seeding has been changed to specify
         a sub-range of the seed that must not be all zero. Introduces a functional change where