diff --git a/Docs/Users/ChangeLog.html b/Docs/Users/ChangeLog.html
index 800e84cfd06..28cabb3995c 100644
--- a/Docs/Users/ChangeLog.html
+++ b/Docs/Users/ChangeLog.html
@@ -22,9 +22,6 @@
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
-
Change log
@@ -51,6 +48,8 @@ Plugins
BugFix: Fixes an issue where the Plugins → Prediffer menu is not
displayed correctly since version 2.16.43.
+BugFix: Fixed an issue in the CompareMSPowerPointFiles.sct plugin
+that caused error 0x80048010 when comparing PowerPoint files
Enable per-file plugin application with file number specification
(PR #2598)
Some Plugins window fixes (PR #2621)
diff --git a/Docs/Users/ChangeLog.md b/Docs/Users/ChangeLog.md
index 6163fb10dd1..f84bc861d2f 100644
--- a/Docs/Users/ChangeLog.md
+++ b/Docs/Users/ChangeLog.md
@@ -21,6 +21,9 @@
- BugFix: Fixes an issue where the Plugins → Prediffer menu is not displayed
correctly since version 2.16.43.
+- BugFix: Fixed an issue in the CompareMSPowerPointFiles.sct plugin that
+ caused error 0x80048010 when comparing PowerPoint files
+
- Enable per-file plugin application with file number specification (PR #2598)
- Some Plugins window fixes (PR #2621)
diff --git a/Docs/Users/ReleaseNotes.html b/Docs/Users/ReleaseNotes.html
index 5735115b14f..f7266b71790 100644
--- a/Docs/Users/ReleaseNotes.html
+++ b/Docs/Users/ReleaseNotes.html
@@ -22,9 +22,6 @@
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
-
WinMerge 2.16.46 Release
@@ -66,6 +63,8 @@ Plugins
BugFix: Fixes an issue where the Plugins → Prediffer menu is not
displayed correctly since version 2.16.43.
+BugFix: Fixed an issue in the CompareMSPowerPointFiles.sct plugin
+that caused error 0x80048010 when comparing PowerPoint files
Enable per-file plugin application with file number specification
(PR #2598)
Some Plugins window fixes (PR #2621)
diff --git a/Docs/Users/ReleaseNotes.md b/Docs/Users/ReleaseNotes.md
index ded5195e1a5..3eaaad79073 100644
--- a/Docs/Users/ReleaseNotes.md
+++ b/Docs/Users/ReleaseNotes.md
@@ -36,6 +36,9 @@ Please submit bug reports to our bug-tracker.
- BugFix: Fixes an issue where the Plugins → Prediffer menu is not displayed
correctly since version 2.16.43.
+- BugFix: Fixed an issue in the CompareMSPowerPointFiles.sct plugin that
+ caused error 0x80048010 when comparing PowerPoint files
+
- Enable per-file plugin application with file number specification (PR #2598)
- Some Plugins window fixes (PR #2621)