Fix syntax errors in release notes
This commit is contained in:
parent
b6b9f13016
commit
27dd4a3f42
|
@ -28,8 +28,8 @@ Bindings
|
|||
* Java: Introduced ``keyAfter`` utility function that can be used to create the immediate next key for a given byte array. `(PR #2458) <https://github.com/apple/foundationdb/pull/2458>`_
|
||||
* C: The ``FDBKeyValue`` struct's ``key`` and ``value`` members have changed type from ``void*`` to ``uint8_t*``. `(PR #2622) <https://github.com/apple/foundationdb/pull/2622>`_
|
||||
* Deprecated ``enable_slow_task_profiling`` transaction option and replaced it with ``enable_run_loop_profiling``. `(PR #2608) <https://github.com/apple/foundationdb/pull/2608>`_
|
||||
* Go: Added a `Close` function to `RangeIterator` which **must** be called to free resources returned from `Transaction.GetRange`. `(PR #1910) <https://github.com/apple/foundationdb/pull/1910>`_.
|
||||
* Go: Finalizers are no longer used to clean up native resources. `Future` results are now copied from the native heap to the Go heap, and native resources are freed immediately. `(PR #1910) <https://github.com/apple/foundationdb/pull/1910>`_.
|
||||
* Go: Added a ``Close`` function to ``RangeIterator`` which **must** be called to free resources returned from ``Transaction.GetRange``. `(PR #1910) <https://github.com/apple/foundationdb/pull/1910>`_.
|
||||
* Go: Finalizers are no longer used to clean up native resources. ``Future`` results are now copied from the native heap to the Go heap, and native resources are freed immediately. `(PR #1910) <https://github.com/apple/foundationdb/pull/1910>`_.
|
||||
|
||||
|
||||
Other Changes
|
||||
|
|
Loading…
Reference in New Issue