Add changelog for 6.2.1 (#1201)

This commit is contained in:
Pavel Lobashov 2021-03-31 13:40:19 +03:00 committed by GitHub
parent be636b119c
commit 9b0a95b643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,24 @@
# Change log
## 6.2.1
### Fixes
#### Document Editor
* Fix data loss after opening document reviewed by user (Bug #48920)
([DocumentServer#1159](https://github.com/ONLYOFFICE/DocumentServer/issues/1159))
* Fix JS error while entering text after cursor mouse move (Bug #49090)
* Fix opening docx file with chart in MS Office (Bug #49219)
#### Spreadsheet Editor
* Fix copy from Document to Spreadsheet (Bug #49013)
#### Integration
* Fix missing plugin tab (Bug #49007)
## 6.2.0
### New Features