summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6034728f..3b164e56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2012-06-21 Jay Berkenbilt <ejb@ql.org>
- * libqpdf/QPDF.cc: new processFile method that takes an open FILE*
+ * QPDF: add new APIs for adding and removing pages. This includes
+ addPage(), addPageAt(), and removePage(). Also a method
+ updateAllPagesCache() is now available to force update of the
+ internal pages cache if you should modify the pages structure
+ manually.
+
+ * QPDF: new processFile method that takes an open FILE*
instead of a filename.
2012-06-20 Jay Berkenbilt <ejb@ql.org>