From 806922f643b05b50e423a7f16fc800dfd52ca8ef Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 3 Sep 2023 13:56:02 -0400 Subject: ascii85: ignore whitespace between ~ and > (fixes #973) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2389afe4..f7adf320 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2023-09-03 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf