diff --git a/abi-check/changelog/openjpeg/current/log.html b/abi-check/changelog/openjpeg/current/log.html
index 0c82635c..c6e9d9c0 100644
--- a/abi-check/changelog/openjpeg/current/log.html
+++ b/abi-check/changelog/openjpeg/current/log.html
@@ -20,7 +20,13 @@
commit e5a561b5d86e6292832a7baefdcdf24e25821ae3 +commit 3dfb01228b4f06a538c2a19352e34fd172e20fe3 +Author: Even Rouault <even.rouault@spatialys.com> +Date: 2017-09-22 12:03:29 +0200 + + INSTALL.md: add instructions to build with Visual Studio (#1023, from Winfried instructions) + +commit e5a561b5d86e6292832a7baefdcdf24e25821ae3 Merge: 4c8aba2 f92d30f Author: Even Rouault <even.rouault@mines-paris.org> Date: 2017-09-21 17:39:24 +0200 @@ -394,12 +400,6 @@ Date: 2017-09-01 16:30:48 +0200 * Future improvements might involve improving opj_decompress, and the image writing logic, to use this strategy. -commit 5d07d463fdb0a5eeffa90eba1566cc21697011b8 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2017-09-01 16:30:45 +0200 - - opj_j2k_decode_tiles(): apply whole single tile image decoding optimization to reading at reduced resolution as well - commit 6ce49bf5aebb3c45c464fa82d14cfd4bf7026a28 Author: Even Rouault <even.rouault@spatialys.com> Date: 2017-09-01 10:26:18 +0200 @@ -479,12 +479,6 @@ Date: 2017-08-24 13:23:25 +0200 and make them explicit failures. The result images are empty at the requested resolution -commit bc71bd1219269057ea18e6acbc77a96ec37aba82 -Author: Even Rouault <even.rouault@spatialys.com> -Date: 2017-08-23 18:58:32 +0200 - - opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at end of horizontal pass to actual range of interest - ...