aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-04 18:52:41 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-04 18:53:46 +0100
commitec09b914434b8dbc23bf6043b13ee5d5ecf4c2a6 (patch)
tree02ebea0e8d0b6328cf0c0960f4ff2fd1a1b9c130 /ChangeLog
parent4a648b9a00d2c4de37bf17165b20a1fc32956eee (diff)
downloadqpdf-ec09b914434b8dbc23bf6043b13ee5d5ecf4c2a6.tar.zst
Add QIntC::range_check_subtract
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed435242..56a2be61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-11-04 Jay Berkenbilt <ejb@ql.org>
+ * Add QIntC::range_check_substract to do range checking on
+ subtraction, which has different boundary conditions from
+ addition.
+
* Bug fix: fix crash that could occur under certain conditions
when using --pages with files that had form fields. Fixes #548.