From c5dc6d80675aa40f1d02dfabe87c39191f4895d1 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 10 Aug 2017 18:17:24 -0400 Subject: Remove unused PointerHolder interface Also fix a bug resulting from incorrect use of PointerHolder because of this unused parameter. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f790baa1..e04bdd8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2017-08-10 Jay Berkenbilt + + * 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 * Add --single-pages option to cause output to be written to a -- cgit v1.2.3-54-g00ecf