Added release notes for my merged PRs

This commit is contained in:
mpilman 2019-07-23 09:26:09 -07:00 committed by Alex Miller
parent 8cfc6fd828
commit a6c670dd19

View File

@ -9,6 +9,8 @@ Features
--------
* Improved team collection for data distribution that builds a balanced number of teams per server and gurantees that each server has at least one team. `(PR #1785) <https://github.com/apple/foundationdb/pull/1785>`_.
* CMake is now our official build system. The Makefile based build system is deprecated.
Performance
-----------
@ -46,6 +48,9 @@ Other Changes
-------------
* Trace files are now ordered lexicographically. This means that the filename format for trace files did change. `(PR #1828) <https://github.com/apple/foundationdb/pull/1828>`_.
* FoundationDB can now be built with clang and libc++ on Linux `(PR #1666) <https://github.com/apple/foundationdb/pull/1666>`_.
* Added experimental framework to run C and Java clients in simulator `(PR #1678) <https://github.com/apple/foundationdb/pull/1678>`_.
* Added new network option for client buggify which will randomly throw expected exceptions in the client. Intended for client testing `(PR #1417) <https://github.com/apple/foundationdb/pull/1417>`_.
Earlier release notes
---------------------