Add more info to 5.5.0 changelog (#860)

* Redis is not required for OpenSource version

* Add more info to 5.5.0 changelog

* Words

* Wording
This commit is contained in:
Pavel Lobashov
2020-04-28 10:55:22 +03:00
committed by GitHub
parent 73161c56d8
commit 2e5573e79a
2 changed files with 5 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ DMAX
dns dns
DocFormat DocFormat
docId docId
docservice
DocumentBuilder DocumentBuilder
DocumentEditor DocumentEditor
documentserver documentserver
@@ -152,6 +153,7 @@ FTEST
fullscreen fullscreen
GAMMADIST GAMMADIST
GAMMAINV GAMMAINV
gc
gcc gcc
GenerateGuid GenerateGuid
GetAdress GetAdress

View File

@@ -106,7 +106,7 @@
#### Package #### Package
* Remove `nodejs` dependency * Remove `nodejs` dependency. Each service now is a single binary.
#### Docker #### Docker
@@ -115,6 +115,8 @@
#### Server #### Server
* Ability to convert to `PDF\A` via ConvertService * Ability to convert to `PDF\A` via ConvertService
* Redis is not required for `onlyoffice-documentserver` (OpenSource version)
* `gc` service is now part of `docservice`
### Fixes ### Fixes