summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-06-21 21:28:58 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-21 21:28:58 +0200
commit476ce7c40772063cf0c0a4246364398e65d07026 (patch)
treeddf467be8f2879aa4e17c2965201ec57bf82699b /ChangeLog
parent1b364ad7b863d26e444d76501deb65f19092a832 (diff)
downloadqpdf-476ce7c40772063cf0c0a4246364398e65d07026.tar.zst
ChangeLog entries for page API
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>