diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 511faed9c..3d5559405 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,9 +167,6 @@ If the output is not quite correct, check for invisible trailing spaces!
Improve performance of "ZipfDistribution" by caching the nth generalized harmonic.
-
- Improve performance of "ZipfDistribution#sample()" by using a rejection algorithm.
-
Improve performance of "BetaDistribution#sample()" by using Cheng's algorithm.