aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77c63419..2c88b717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-02-04 Jay Berkenbilt <ejb@ql.org>
+ * PointerHolder: deprecate getPointer() and getRefcount(). If you
+ don't want to disable deprecation warnings in general but are not
+ ready to tackle this change yet, you can define
+ NO_POINTERHOLDER_DEPRECATION to suppress those.
+
* PointerHolder: add a get() method and a use_count() method for
compatibility with std::shared_ptr. In qpdf 11, qpdf's APIs will
switch to using std::shared_ptr instead of PointerHolder, though