aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66f4e262..fdb6b1b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-09-02 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new QPDF::create() factory method that returns
+ std::shared_ptr<QPDF>.
+
+ * Prevent copying/assigning to QPDF objects in the API. It has
+ never been safe to do this, but the API wasn't preventing it.
+
2022-09-01 Jay Berkenbilt <ejb@ql.org>
* Remove QPDFObject.hh from include/qpdf. The only reason to