aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-03 19:56:02 +0200
committerJay Berkenbilt <ejb@ql.org>2023-09-03 19:56:34 +0200
commit806922f643b05b50e423a7f16fc800dfd52ca8ef (patch)
tree16b6647d5202683ef00e92d6fded84b02fb88381 /ChangeLog
parent27980894bd91524b11ea2d43e927cfc99304e4de (diff)
downloadqpdf-806922f643b05b50e423a7f16fc800dfd52ca8ef.tar.zst
ascii85: ignore whitespace between ~ and > (fixes #973)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2389afe4..f7adf320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2023-09-03 Jay Berkenbilt <ejb@ql.org>
+ * ascii85 parser: ignore spaces everywhere including between ~
+ and >. Fixes #973.
+
* Bug fix: with --pages, if one of the external files had warnings
but the main file did not, the warning was previously not taken
into consideration when determining the exit status.