diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index b991e0f3..0a9c7234 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,22 @@
commit 8728cfbc799a61dd0600ee04aa64d829937d8710 +commit 6e97d877b155aff55d1ae1fef4a36fa56d51e472 +Merge: 8728cfb 2d2c368 +Author: Even Rouault <even.rouault@mines-paris.org> +Date: 2017-05-23 14:49:38 +0200 + + Merge pull request #935 from rouault/add_compress_vsc_test + + Tests: test opj_compress in VSC mode (related to #172) + +commit 2d2c368b19ee59cba7470c94bcc2c06ca6db1d80 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2017-05-23 13:46:04 +0200 + + Tests: test opj_compress in VSC mode (related to #172) + +commit 8728cfbc799a61dd0600ee04aa64d829937d8710 Author: Even Rouault <even.rouault@spatialys.com> Date: 2017-05-23 13:54:28 +0200 @@ -723,12 +738,6 @@ Date: 2016-07-05 16:07:16 +0200 Update AUTHORS file -commit f4a708ba0fe0ef906209ba608c6059572ff76dcf -Author: Antonin Descampe <antonin@gmail.com> -Date: 2016-07-05 16:04:29 +0200 - - Update INSTALL, README and THANKS file - commit 7d3c7a345f05adbc9ca26d8ca7f6c7fffa5096be Author: Even Rouault <even.rouault@spatialys.com> Date: 2016-05-26 23:51:32 +0200 @@ -807,12 +816,6 @@ Date: 2016-05-23 10:34:44 +0200 opj_t1_dec_clnpass(): remove useless test in the runlen decoding path (of the non VSC case) -commit 93f7f907117675cf6af227b4d0243a58f6c3640a -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2016-05-23 10:25:55 +0200 - - opj_t1_decode_cblks(): tiny perf increase when loop unrolling - ...