aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a51a970..44bc77f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-06-25 Jay Berkenbilt <ejb@ql.org>
+
+ * Add tracking methods QPDF::everCalledGetAllPages() and
+ QPDF::everPushedInheritedAttributesToPages(). Since those methods
+ may have the side effect of creating new objects and replace
+ objects in various places in the pages tree, it's useful to be
+ able to find out whether they've ever been called.
+
2022-06-18 Jay Berkenbilt <ejb@ql.org>
* Add QPDFJob::registerProgressReporter, making it possible to