summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-12-16 22:03:54 +0100
committerJay Berkenbilt <ejb@ql.org>2013-12-16 22:21:28 +0100
commit235d8f28f8b7de0f1fea3f8fecc5af6c3917c650 (patch)
tree519f2f91f021a5fa20794fe9b3bc3ace611a3513 /ChangeLog
parentb8b273d14d86e44101ffa73cecd38e49d1d775a5 (diff)
downloadqpdf-235d8f28f8b7de0f1fea3f8fecc5af6c3917c650.tar.zst
Increase random data provider support
Add a method to get the current random data provider, and document and test the method for resetting it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc880375..70ffdd48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-12-16 Jay Berkenbilt <ejb@ql.org>
+
+ * Document and make explicit that passing null to
+ QUtil::setRandomDataProvider() resets the random data provider.
+
+ * Provide QUtil::getRandomDataProvider().
+
2013-12-14 Jay Berkenbilt <ejb@ql.org>
* Allow anyspace rather than just newline to follow xref header.