From 27980894bd91524b11ea2d43e927cfc99304e4de Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 3 Sep 2023 13:16:49 -0400 Subject: [PATCH] Restore accidentally deleted ChangeLog entry --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b1ee8be6..2389afe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2023-09-03 Jay Berkenbilt + * 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. + * Put quotation marks around the command in completion output to better handle spaces in paths. It is not a perfect fix (ideally, full shell-compatible quoting should be used), but it handles more