From b66392653871f834d7b78aa423ca279e4828951a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 1 Sep 2022 17:39:52 -0400 Subject: Remove QPDFObject::object_type_e as alias for qpdf_object_type_e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 551d6d03..66f4e262 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2022-09-01 Jay Berkenbilt + * Remove QPDFObject.hh from include/qpdf. The only reason to + include was to get QPDFObject::object_type_e. Instead, include + qpdf/Constants.h, and change `QPDFObject::ot_` to `::ot_`. + * More optimizations and cleanup from m-holger (#726, #730) including major refactor of QPDF's internal representations of objects. In addition to a large performance improvement, this also -- cgit v1.2.3-54-g00ecf