From 5b1898be0236bc6011d253572382e36ef69626b6 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 1 Feb 2019 17:03:40 +0300 Subject: [PATCH] Fix line length --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69697ae..df866b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,9 @@ #### Spreadsheet Editor * Fix color change after Convert to range for table (bug #38747) -* Fix display cell value in Safari (bug #39878), ([DocumentServer#477](https://github.com/ONLYOFFICE/DocumentServer/issues/477)), ([DocumentServer#467](https://github.com/ONLYOFFICE/DocumentServer/issues/467)) +* Fix display cell value in Safari (bug #39878), + ([DocumentServer#477](https://github.com/ONLYOFFICE/DocumentServer/issues/477)), + ([DocumentServer#467](https://github.com/ONLYOFFICE/DocumentServer/issues/467)) * Fix display hidden column (bug #40352) * Fix creating history point on signatureLine adding * Fix display values of second sheet on first sheet (bug #40038)