From 9f6b8dfcb5675b0c27f250efdf370997339bdbda Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Tue, 19 Oct 2021 17:15:21 +0300 Subject: [PATCH] Update CHANGELOG.md (#741) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8569dbc..3e7c6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Change log +## 6.4.2 + +### Fixes + +#### All Editors + +* Fixed interaction with Community server +* Fixed theme initialization in app loader +* Fix JS errors while copy chart from Document Editor + to Presentation Editor (Bug #52844) + +#### Documents Editor + +* Fix JS error while comparing some specific docx files (Bug #52909) +* Fix JS error while undo in compare mode (Bug #52865) + +#### Spreadsheet Editor + +* Fix lost gradient in some files (Bug #52801) + ## 6.4.1 ### New Features