add release notes

This commit is contained in:
Young Liu 2020-08-31 10:17:11 -07:00
parent 23e1ff694c
commit 69c417073b
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ Release Notes
6.3.5
=====
* Fix an issue where ``fdbcli --exec 'exclude no_wait ...'`` would incorrectly report that processes can safely be removed from the cluster. `(PR #3566) <https://github.com/apple/foundationdb/pull/3566>`_
* When a configuration key is changed, it will always be included in ``status json`` output, even the value is reverted back to the default value. `(PR #3610) <https://github.com/apple/foundationdb/pull/3610>`_
* Report missing old tlogs information when in recovery before storage servers are fully recovered. `(PR #3706) <https://github.com/apple/foundationdb/pull/3706>`_
6.3.4
=====
Features
--------