aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README-maintainer4
1 files changed, 3 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index bd2db35e..ef0c0000 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -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