aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-18 17:36:11 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-18 17:36:11 +0200
commit28cc3692e37b9f231d58c0c24e5e90674988ef64 (patch)
tree59211a37b064fc6222ef023f9d1c0eed808b16b9 /ChangeLog
parentd2e68b57c8084b7790f598461f7145147abc4404 (diff)
downloadqpdf-28cc3692e37b9f231d58c0c24e5e90674988ef64.tar.zst
Expose exit code values to C API via Constants.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0c14ff9..f170a11b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-06-18 Jay Berkenbilt <ejb@ql.org>
+ * Add qpdf_exit_code_e to Constants.h so that exit codes from
+ QPDFJob are accessible to the C API.
+
* When --progress or --verbose is combined with writing to
standard output, progress reporting and verbose messages go to
standard error. Previously it was disabled in this case.