Added release notes

This commit is contained in:
Xin Dong 2020-10-08 13:52:38 -07:00
parent 2def07a18d
commit bc8417a551
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Release Notes
Features
--------
* Added a new API in all bindings that can be used to get a list of split points that will spli the given range into (roughly)equally sized chunks. `(PR #3394) <https://github.com/apple/foundationdb/pull/3394>`_
Performance
@ -34,7 +34,7 @@ Status
Bindings
--------
* Python: The method ``get_estimated_range_size_bytes`` will now throw an error if the ``begin_key`` or ``end_key`` is ``None``. `(PR #3394) <https://github.com/apple/foundationdb/pull/3394>`_
Other Changes