aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-11 00:17:24 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-11 01:01:38 +0200
commitc5dc6d80675aa40f1d02dfabe87c39191f4895d1 (patch)
treef3b763cac0bcaedbadf18a1088ebe32a33d59a7f /ChangeLog
parentff6971fb1cba7ff88eeb0538d3d6cf5268add05f (diff)
downloadqpdf-c5dc6d80675aa40f1d02dfabe87c39191f4895d1.tar.zst
Remove unused PointerHolder interface
Also fix a bug resulting from incorrect use of PointerHolder because of this unused parameter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f790baa1..e04bdd8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-08-10 Jay Berkenbilt <ejb@ql.org>
+
+ * Remove unused "tracing" parameter from PointerHolder's
+ (T*, bool) constructor. This change breaks source code
+ compatibility, but since this argument to PointerHolder has not
+ used for a long time and the presence of a boolean parameter in
+ the primary constructor makes it too easy to use that by mistake
+ when trying to use PointerHolder for arrays, it seems like it's
+ finally time to take it out. If you have a compile error because
+ of this change, please check to see whether you intended to use
+ the (bool, T*) version of the constructor instead. If not, just
+ remove the second parameter.
+
2017-08-05 Jay Berkenbilt <ejb@ql.org>
* Add --single-pages option to cause output to be written to a