summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-03 19:16:49 +0200
committerJay Berkenbilt <ejb@ql.org>2023-09-03 19:46:00 +0200
commit27980894bd91524b11ea2d43e927cfc99304e4de (patch)
treebe5575f4db536dbb35c07ad1c4d2349d6b8f05a4
parente3a5b0bf7b4e6d31ed4256bc6407ec91687a0ecc (diff)
downloadqpdf-27980894bd91524b11ea2d43e927cfc99304e4de.tar.zst
Restore accidentally deleted ChangeLog entry
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1ee8be6..2389afe4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2023-09-03 Jay Berkenbilt <ejb@ql.org>
+ * 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