re-added 6.0.16 release note

This commit is contained in:
Evan Tschannen 2018-11-15 18:23:18 -08:00
parent beabaf0c3d
commit ca313dadbf
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Release Notes
#############
6.0.15
6.0.16
======
Features
@ -68,6 +68,7 @@ Fixes
* HTTP client used by backup-to-blobstore now correctly treats response header field names as case insensitive. [6.0.15] `(PR #904) <https://github.com/apple/foundationdb/pull/904>`_
* Blobstore REST client was not following the S3 API in several ways (bucket name, date, and response formats). [6.0.15] `(PR #914) <https://github.com/apple/foundationdb/pull/914>`_
* Data distribution could queue shard movements for restoring replication at a low priority. [6.0.15] `(PR #907) <https://github.com/apple/foundationdb/pull/907>`_
* Blobstore REST client will no longer attempt to create a bucket that already exists. [6.0.16] `(PR #923) <https://github.com/apple/foundationdb/pull/923>`_
Fixes only impacting 6.0.0+
---------------------------