From 7384b04b7a3f95d3821fae97aa7e18f8fc99791e Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 3 Apr 2017 13:55:10 +0300 Subject: [PATCH 1/2] Add fixes lines fixes ONLYOFFICE/DesktopEditors#23, ONLYOFFICE/DesktopEditors#24, ONLYOFFICE/DesktopEditors#26 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9270789f..078413c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,7 +69,9 @@ * Fixed an issue with crop of shape group (bug #33110) #### Spreadsheet Editor -* Fixed an issue with absolute reference when inserting a new row (#41) +* Fixed an issue with absolute reference when inserting a new row (ONLYOFFICE/DocumentServer#41) +* Fixed an issue with formulas translation (ONLYOFFICE/DesktopEditors#23) +* Fixed an issue with password-protected xlsx (ONLYOFFICE/DesktopEditors#24) * Fixed an issue with non-breaking space (ONLYOFFICE/DesktopEditors#26) * Fixed an issue with AVERAGEA formula with text format * Fixed an issue with broken workbook after list copy (bug #33588) From b22be32db0cc8ba101dd164240100ad635a74e44 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 3 Apr 2017 14:16:29 +0300 Subject: [PATCH 2/2] Line for fix #88 fixes ONLYOFFICE/DocumentServer#88 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 078413c7..6dd30ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ #### Spreadsheet Editor * Fixed an issue with absolute reference when inserting a new row (ONLYOFFICE/DocumentServer#41) +* Fixed an issue with onDocumentStateChange event (ONLYOFFICE/DocumentServer#88) * Fixed an issue with formulas translation (ONLYOFFICE/DesktopEditors#23) * Fixed an issue with password-protected xlsx (ONLYOFFICE/DesktopEditors#24) * Fixed an issue with non-breaking space (ONLYOFFICE/DesktopEditors#26)