Add reminder about trap_errors when updating the C API

This commit is contained in:
Jay Berkenbilt 2021-11-20 10:35:50 -05:00
parent a63623adce
commit 52f1721ebb
1 changed files with 3 additions and 1 deletions

View File

@ -192,7 +192,9 @@ RELEASE PREPARATION
* If any interfaces were added or changed, check C API to see whether
changes are appropriate there as well. If necessary, review the
casting policy in the manual, and ensure that integer types are
properly handled with QIntC or the appropriate cast.
properly handled with QIntC or the appropriate cast. Remember to
ensure that any exceptions thrown by the library are caught and
converted. See `trap_errors` in qpdf-c.cc.
* Update versions and shared library details