From a59e7ac7ec1ab018bf28518c065d8c86773db339 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 2 Sep 2022 08:53:27 -0400 Subject: Disable copying/assigning to QPDF objects, add QPDF::create() --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 66f4e262..fdb6b1b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-09-02 Jay Berkenbilt + + * Add new QPDF::create() factory method that returns + std::shared_ptr. + + * 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 * Remove QPDFObject.hh from include/qpdf. The only reason to -- cgit v1.2.3-54-g00ecf