aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-02 23:52:21 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-03 18:16:24 +0200
commit38afdcea7b08226aa6cc12a8fcda93a6f35a0a18 (patch)
tree963a1949e6e28a5f104c6d650f24af56e301ea1e /ChangeLog
parent07afb668b14e4b71062b76b1c8fbfb1d88e1d425 (diff)
downloadqpdf-38afdcea7b08226aa6cc12a8fcda93a6f35a0a18.tar.zst
Add QPDFObjectHandle::unsafeShallowCopy
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 226423fd..77e31d89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-04-02 Jay Berkenbilt <ejb@ql.org>
+ * Add method QPDFObjectHandle::unsafeShallowCopy for copying only
+ top-level dictionary keys or array items. See comments in
+ QPDFObjectHandle.hh for when this should be used.
+
* Remove Members class indirection for QPDFObjectHandle. Those are
copied and assigned too often, and that change caused a very
substantial performance hit.