aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 8a90895c..b378301e 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -68,12 +68,18 @@ For a detailed list of changes, please see the file
- API: breaking changes
- - Remove
+ - Pipeline::write now takes ``unsigned char const*`` instead of
+ ``unsigned char*``. Callers don't need to change anything, but
+ you no longer have to pass writable pointers to pipelines. If
+ you've implemented your own pipeline classes, you will need to
+ update them.
+
+ - Remove deprecated
``QPDFAcroFormDocumentHelper::copyFieldsFromForeignPage``. This
method never worked and only did something in qpdf version
10.2.x.
- - Remove ``QPDFNameTreeObjectHelper`` and
+ - Remove deprecated ``QPDFNameTreeObjectHelper`` and
``QPDFNumberTreeObjectHelper`` constructors that don't take a
``QPDF&`` argument.