From 7384b04b7a3f95d3821fae97aa7e18f8fc99791e Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 3 Apr 2017 13:55:10 +0300 Subject: [PATCH] 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)