From 28cc3692e37b9f231d58c0c24e5e90674988ef64 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 18 Jun 2022 11:36:11 -0400 Subject: Expose exit code values to C API via Constants.h --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0c14ff9..f170a11b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2022-06-18 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf