diff --git a/ChangeLog b/ChangeLog index 0a51a970..44bc77f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-06-25 Jay Berkenbilt + + * 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 * Add QPDFJob::registerProgressReporter, making it possible to