Skip to content

Commit 4bf5f16

Browse files
committed
document changes
1 parent 9d58243 commit 4bf5f16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/release.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ Enhancements
127127
* **Added support for ``datetime64`` and ``timedelta64`` data types**;
128128
:issue:`85`, :issue:`215`.
129129

130+
* **New LRUStoreCache class**. The class :class:`zarr.storage.LRUStoreCache` has been
131+
added and provides a means to locally cache data in memory from a store that may be
132+
slow, e.g., a store that retrieves data from a remote server via the network;
133+
:issue:`223`.
134+
130135
Bug fixes
131136
~~~~~~~~~
132137

0 commit comments

Comments
 (0)