aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-01 23:39:52 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-02 00:11:22 +0200
commitb66392653871f834d7b78aa423ca279e4828951a (patch)
treeeb3929bfa0936c67a7153b5585d69762c5be8b8e /ChangeLog
parenta47b99953f503ea028abc3bb48c72b006bb2289a (diff)
downloadqpdf-b66392653871f834d7b78aa423ca279e4828951a.tar.zst
Remove QPDFObject::object_type_e as alias for qpdf_object_type_e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 551d6d03..66f4e262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2022-09-01 Jay Berkenbilt <ejb@ql.org>
+ * 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