Merge pull request #5261 from sfc-gh-ajbeamon/release-note-fix

Fix release note version to account for two undocumented versions
This commit is contained in:
A.J. Beamon 2021-07-23 15:37:45 -07:00 committed by GitHub
commit 26fbf88cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Release Notes
#############
6.3.16
6.3.18
======
* The multi-version client API would not propagate errors that occurred when creating databases on external clients. This could result in a invalid memory accesses. `(PR #5221) <https://github.com/apple/foundationdb/pull/5221>`_
* Fixed a race between the multi-version client connecting to a cluster and destroying the database that could cause an assertion failure. `(PR #5221) <https://github.com/apple/foundationdb/pull/5221>`_