From 476ce7c40772063cf0c0a4246364398e65d07026 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 21 Jun 2012 15:28:58 -0400 Subject: [PATCH] ChangeLog entries for page API --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6034728f..3b164e56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 2012-06-21 Jay Berkenbilt - * 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