Add changelog for 6.2.1

This commit is contained in:
Pavel Lobashov 2021-03-30 12:44:59 +03:00
parent be636b119c
commit b424430af2
No known key found for this signature in database
GPG key ID: 47F57222688BE1AA

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