From c1def4ead4c578862ad6fcda35a9ca65be407893 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 6 Sep 2022 18:30:31 -0400 Subject: Implement QPDFObjectHandle equality --- manual/release-notes.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manual') diff --git a/manual/release-notes.rst b/manual/release-notes.rst index 60e90e12..d5ee4013 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -208,6 +208,11 @@ For a detailed list of changes, please see the file generally not happen for correct code, but at least the situation is detectible now. + - It is now possible to test ``QPDFObjectHandle`` equality with + ``==`` and ``!=``. Two ``QPDFObjectHandle`` objects are equal if + they point to the same underlying object, meaning changes to one + will be reflected in the other. + - Add new factory method ``QPDF::create()`` that returns a ``std::shared_ptr``. -- cgit v1.2.3-54-g00ecf