RNG-181: Track changes
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f94e787..748ce52 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="181">
+        LXM family to support SplittableUniformRandomProvider. This allows creating a parallel
+        stream of generators which will avoid sequence correlations between instances.
+      </action>
       <action dev="aherbert" type="add" issue="180">
         New "SplittableUniformRandomProvider" interface to allow splitting a RNG into two
         objects, each of which implements the same interface (and can be recursively split