diff --git a/docs/release.rst b/docs/release.rst index 31d4ba63c4..c09667e78d 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -18,6 +18,11 @@ Release notes Unreleased ---------- +.. _release_2.16.0: + +2.16.0 +------ + Enhancements ~~~~~~~~~~~~ @@ -27,8 +32,8 @@ Enhancements * Add ``__contains__`` method to ``KVStore``. By :user:`Christoph Gohlke ` :issue:`1454`. - * **Block Indexing**: Implemented blockwise (chunk blocks) indexing to ``zarr.Array``. - By :user:`Altay Sansal ` :issue:`1428` +* **Block Indexing**: Implemented blockwise (chunk blocks) indexing to ``zarr.Array``. + By :user:`Altay Sansal ` :issue:`1428` Maintenance ~~~~~~~~~~~