summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-15 21:34:35 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-15 22:13:12 +0100
commitfbd3e56da787d18e7a8794580d0e95b7669d1bc4 (patch)
tree33536b518187508d284771504f09c90c70ae5201 /ChangeLog
parent19608ec151f218aa5f7c47a2d1e497d88acbb3be (diff)
downloadqpdf-fbd3e56da787d18e7a8794580d0e95b7669d1bc4.tar.zst
Ignore -- at the top level arg parser (fixes #652)
This was unintended behavior that was added back for backward compatibility. It is intentionally undocumented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b63a785d..894504c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-02-15 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: 10.6.0 inadvertently removed an unknown/undocumented
+ CLI parsing feature, which has been restored in 10.6.2. Fixes #652.
+
* Don't map 0x18 through 0x1f, 0x7f, 0x9f, or 0xad as fixed points
when transcoding UTF-8 to PDFDoc. These codepoints have different
meanings in those two encoding systems. Fixes #650.