From 5863fd23e89561289ba2e7059bef8942deb71167 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 28 Oct 2020 17:31:12 +0300 Subject: [PATCH] Add changelog for 6.0.1 (#1040) * Add changelog for 6.0.1 * Fix text --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008de0cc..4bebcf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Change log +## 6.0.1 + +### Fixes + +#### All Editors + +* Actualize Help + +#### Document Editor + +* Fix losing comments added to docx (Bug #46770) + +#### Spreadsheet Editor + +* Fix pivot refresh in R1C1 (Bug #46052) + +#### Convert + +* Fix error while opening specific xls (Bug #46728) + +#### Back-end + +* Fix several vulnerabilities +* Fix Path Traversal vulnerability via `download as` params +* Fix ER_DATA_TOO_LONG: Data too long for column 'callback' at row 1 +* Fix problem with generating new presentation theme (Bug #46754) + +#### Installation + +* Fix cluster mode setup + ## 6.0.0 ### New Features