Track changes
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b603c09..b848b7f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,9 @@
 within the allotted number of reruns (the test will be marked
 as 'flaky' in the report).
 ">
+      <action dev="aherbert" type="add" issue="145">
+        "ContinuousUniformSampler": Add optional support for an open interval: (lower, upper).
+      </action>
       <action dev="aherbert" type="fix" issue="144">
         "AhrensDieterExponentialSampler": Avoid possible infinite loop during sampling if the
         underlying UniformRandomProvider creates a zero for the uniform deviate.