aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-12-26 00:42:33 +0100
committerJay Berkenbilt <ejb@ql.org>2017-12-26 00:42:33 +0100
commit48864b8d6eecc5bbd42029df0e2608621ce7d0bc (patch)
tree205ac0088534d3424605a40e3f663b561225e204 /ChangeLog
parent794b649e5b15b193c8682b5a7e67fda3bb719b96 (diff)
downloadqpdf-48864b8d6eecc5bbd42029df0e2608621ce7d0bc.tar.zst
Clarify documentation of advanced parsing options
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65b62352..245b96f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-12-25 Jay Berkenbilt <ejb@ql.org>
+ * Clarify documentation around options that control parsing but
+ not output creation. Two options: --suppress-recovery and
+ --ignore-xref-streams, were documented in the "Advanced
+ Transformation Options" section of the manual and --help output
+ even though they are not related to output. These are now
+ described in a separate section called "Advanced Parsing Options."
+
* Implement remaining PNG filters for decode. Prior versions could
decode only the "up" filter. Now all PNG filters (sub, up,
average, Paeth, optimal) are supported for decoding. Thanks to