From 7fa0b091858233842dd0edd8dd978a7b650b7b8c Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 1 Apr 2021 14:50:00 +0300 Subject: [PATCH] Fix missing changelog for #1191 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9715366..60bfdd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ * Fix copy from Document to Spreadsheet (Bug #49013) +#### Presentation Editor + +* Fix broken PPTX while opening in Microsoft PowerPoint (Bug #49258)([DocumentServer#1191](https://github.com/ONLYOFFICE/DocumentServer/issues/1191)) + #### Integration * Fix missing plugin tab (Bug #49007)