From 18243bc29d3bc7c5653ad8b39c267c854725d472 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Tue, 16 Jul 2019 14:53:33 +0300 Subject: [PATCH] Add 5.3.4 changelog (#613) --- .aspell.en.pws | 3 ++- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.aspell.en.pws b/.aspell.en.pws index ee9eefc71..25fd979a0 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -1,4 +1,4 @@ -personal_ws-1.1 en 437 utf-8 +personal_ws-1.1 en 438 utf-8 ACOT ACOTH ActiveCell @@ -10,6 +10,7 @@ Api ApiRange ApiWorksheet Asana +aspose ASC ashx Aspose diff --git a/CHANGELOG.md b/CHANGELOG.md index 436689161..903908a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Change log +## 5.3.4 + +### New Features + +#### Plugins + +* Translations for Photo Editor plugin + +### Fixes + +#### All Editors + +* Fix order of spellchecker correction entries ([DesktopEditors#224](https://github.com/ONLYOFFICE/DesktopEditors/issues/224)) + +#### Document Editor + +* Fix JS error while undo insert empty row in table (bug #41995) +* Fix the problem with adding an equation inside a hyperlink +* Fix composite input in Firefox ([DocumentServer#601](https://github.com/ONLYOFFICE/DocumentServer/issues/601)) +* Fix crash while opening file with math created by aspose + +#### Presentation Editor + +* Fix background color of slide + +#### x2t + +* Decode xlsx escaped chars (bug #36575, #41890) + +#### Windows Version + +* Fix misprint on redis configure page + +## 5.3.3 + +### No public release + ## 5.3.2 ### Fixes