updated the release notes

This commit is contained in:
Evan Tschannen 2018-04-11 11:32:59 -07:00
parent 44c0eaf4d7
commit 0bf1c1ad37
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ Fixes
* The consistency check calculated the size of the database inefficiently. <rdar://problem/38385230>
* Could not create new directories with the Python and Ruby implementations of the directory layer. <rdar://problem/38911902> <rdar://problem/38477474>
* fdbcli could erroneously report that it was incompatible with some processes in the cluster. <rdar://problem/39353867>
* The commit commmand in fdbcli did not wait for the result of the commit before continuing to the next command.
Other Changes