aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
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 /manual/release-notes.rst
parentd2e68b57c8084b7790f598461f7145147abc4404 (diff)
downloadqpdf-28cc3692e37b9f231d58c0c24e5e90674988ef64.tar.zst
Expose exit code values to C API via Constants.h
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 847e6242..780f541f 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -1717,6 +1717,12 @@ For a detailed list of changes, please see the file
and may optionally compensate for rotation or scaling of the
destination page.
+ - Exit codes returned by ``QPDFJob::run()`` and the C API wrappers
+ are now defined in :file:`qpdf/Constants.h` in the
+ ``qpdf_exit_code_e`` type so that they are accessible from the C
+ API. They were previously only defined as constants in
+ :file:`qpdf/QPDFJob.hh`.
+
- Build Improvements
- Add new configure option