diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 5b8761df..7235af60 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,15 @@
commit 948332e6ed17565100d1df5f6fdbf66865218e36 +commit c196b23b90321b5c7e3238294607a2e8626c503f +Author: ichlubna <43234438+ichlubna@users.noreply.github.com> +Date: 2018-11-16 09:40:31 +0100 + + openjp3d: Int overflow fixed (#1159) + + When compressing a lot of slices (starting from 44 FullHD slices with 3 8bit components in our experiments) the rate values are high enough to cause an int overflow that leads to negative lengths and wrong results. The cast happens too late. + +commit 948332e6ed17565100d1df5f6fdbf66865218e36 Author: Stefan Weil <sw@weilnetz.de> Date: 2018-10-31 20:44:30 +0100 @@ -821,12 +829,6 @@ Date: 2017-09-19 16:52:07 +0200 Tests added for various combinations of whole image vs tiled-based decoding, full or reduced resolution, use of decode area or not. -commit ce199f42e77f972d6ee782b63492f6d861891053 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2017-09-19 12:48:12 +0200 - - src/bin/jp3d/convert.c: add missing fclose() in error code path (#1018) - ...