From 5cf8c547e6dad6e485e4fab6729f6eae62d0764d Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Tue, 10 Nov 2020 12:03:05 +0300 Subject: [PATCH] Add changelog for v6.0.2 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bebcf4d..8237db3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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