diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 522a4079..00eefe1c 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,13 @@
commit 1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55 +commit a38c4496b631bb5d3f8d5ea42d394544523a9bc6 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2017-07-05 21:33:42 +0200 + + Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec structure + +commit 1a8eac6a90ca61f3703f9b97afc2ec4918f0ab55 Author: Even Rouault <even.rouault@spatialys.com> Date: 2017-07-03 14:14:03 +0200 @@ -796,15 +802,6 @@ Date: 2016-09-15 23:51:34 +0200 The check was already done. It’s been simplified. Reformat to get consistent style throughout the functions. -commit 9a07ccb3d0f076388e4da684a3bfd4327125c721 -Author: Matthieu Darbois <mayeut@users.noreply.github.com> -Date: 2016-09-15 01:57:53 +0200 - - Add overflow checks for opj_aligned_malloc (#841) - - See - https://pdfium.googlesource.com/pdfium/+/b20ab6c7acb3be1393461eb650ca8fa4660c937e/third_party/libopenjpeg20/0020-opj_aligned_malloc.patch - ...