Commit db8a02c20eb79219a9bf907518454494088f3eb6

Authored by Jay Berkenbilt
1 parent f0a81780

Add ChangeLog for last commit

Showing 1 changed file with 8 additions and 0 deletions
ChangeLog
  1 +2022-06-25 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * Add tracking methods QPDF::everCalledGetAllPages() and
  4 + QPDF::everPushedInheritedAttributesToPages(). Since those methods
  5 + may have the side effect of creating new objects and replace
  6 + objects in various places in the pages tree, it's useful to be
  7 + able to find out whether they've ever been called.
  8 +
1 9 2022-06-18 Jay Berkenbilt <ejb@ql.org>
2 10  
3 11 * Add QPDFJob::registerProgressReporter, making it possible to
... ...