Add changelog for v6.0.2 (#1066)

* Add changelog for v6.0.2

* Fix typo
This commit is contained in:
Pavel Lobashov 2020-11-12 15:41:27 +03:00 committed by GitHub
parent 75a9c2bd73
commit 2d9e4189a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -40,6 +40,7 @@ BITRSHIFT
BITXOR
blockcontent
blocklevelstd
BMP
boolean
brower
bugfix
@ -334,6 +335,7 @@ placholder
Pluging
PostgreSql
PostgreSQL
postinst
postinstall
postrm
POTX

View file

@ -1,5 +1,29 @@
# Change log
## 6.0.2
### New Features
#### Integration Example
* Integration example now included in open-source version
### Fixes
#### All Editors
* Fix problem with insert BMP image in doc (Bug #47276)
#### Installation
* Fix problem with DB clean
(`onlyoffice-documentserver.postinst: 124: [: false: unexpected operator`)
([DocumentServer#1043](https://github.com/ONLYOFFICE/DocumentServer/issues/1043))
#### Back end
* Fix some issue with PostgreSQL before 9.5 (bug #45406)
## 6.0.1
### Fixes