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 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de16280e..6ce558d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2022-09-06 Jay Berkenbilt + * Add == equality for QPDFObjectHandle. Two QPDFObjectHandle + objects are equal if they point to the same underlying object, + meaning changes to one will be reflected in the other. + * The --show-encryption option now works even if a correct password is not supplied. If you were using --show-encryption to test whether you have the right password, use --requires-password -- cgit v1.2.3-54-g00ecf