summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-03-03 21:48:31 +0100
committerJay Berkenbilt <ejb@ql.org>2013-03-05 19:35:46 +0100
commit119f2a4b684aae7cec8841412a5fc89bcbae404d (patch)
tree46b9247b59b4f9b07ecae4b14991f4840db9a89e /ChangeLog
parent7be97b3e80bdb856c9d1fe720f9ee14a8063b5fa (diff)
downloadqpdf-119f2a4b684aae7cec8841412a5fc89bcbae404d.tar.zst
Add method to terminate content stream parsing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90b110e2..11d99646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-03 Jay Berkenbilt <ejb@ql.org>
+
+ * Add protected terminateParsing method to
+ QPDFObjectHandle::ParserCallbacks that implementor can call to
+ terminate parsing of a content stream.
+
2013-02-28 Jay Berkenbilt <ejb@ql.org>
* Favor fopen_s and strerror_s on MSVC to avoid CRT security