diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index d24a027a..333381e9 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,13 @@
commit 04b70908a7ada29481d2e1903b76f44a68d4d268 +commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2017-09-01 10:26:18 +0200 + + Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3255. Credit to OSS Fuzz + +commit 04b70908a7ada29481d2e1903b76f44a68d4d268 Author: Even Rouault <even.rouault@spatialys.com> Date: 2017-08-29 11:40:53 +0200 @@ -412,12 +418,6 @@ Date: 2017-08-09 15:04:29 +0200 Doc: fix error in previous commit -commit 9203e8ec51a1c1c1a358a9cbafdf3391549ebc80 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2017-08-09 14:50:59 +0200 - - tcd.h: doc fixes and improvements - ...