From ec09b914434b8dbc23bf6043b13ee5d5ecf4c2a6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 4 Nov 2021 13:52:41 -0400 Subject: Add QIntC::range_check_subtract --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed435242..56a2be61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2021-11-04 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf