aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-09-03 14:06:47 +0200
committerJay Berkenbilt <ejb@ql.org>2023-09-03 14:07:07 +0200
commitfa3cdaf1b46dcbb583393f93a02f89207ba21a88 (patch)
tree528b5b6a87a7e5d41413f0a3373b8379ffedd410 /ChangeLog
parentdedf9a06dfd33eadc86765f813082dcc35bf33f6 (diff)
downloadqpdf-fa3cdaf1b46dcbb583393f93a02f89207ba21a88.tar.zst
Check for warnings in files used by --pages
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c2bb836..168d8d70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +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.
+
2023-09-02 Jay Berkenbilt <ejb@ql.org>
* Bug fix from M. Holger: allow fix-qdf to read from pipe. Fixes #1010.