aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-09 17:15:09 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-09 18:33:15 +0100
commitb997fa5343ea42054338b9143b3205cb6c164e6e (patch)
tree69041b476fad546c823e090a7c4f9c09f5e742a6
parente5cec314bc074a7a4eb5328cf29bfe5f9ee4e887 (diff)
downloadqpdf-b997fa5343ea42054338b9143b3205cb6c164e6e.tar.zst
Start list of ABI changes for qpdf 10
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9a178fe6..ebd6103e 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,15 @@ Fuzz Errors
* Problems inside the jpeg library: 15470, 15751, 18633
* Timeout: 17630
+ABI Changes
+===========
+
+This is a list of changes to make next time there is an ABI change.
+Comments appear in the code prefixed by "ABI"
+
+* QPDFPageObjectHelper::placeFormXObject: name should be std::string
+ const& (issue #374)
+
C++-11
======