Skip to content

Commit e670f6d

Browse files
committed
docs: add changelog entry
1 parent 0f27fb1 commit e670f6d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
boundaries — e.g. arrays using `CastValue` to convert a single-byte source dtype
1717
(`int8`) to a multi-byte target dtype (`int16`) raised a `ValueError` from
1818
`BytesCodec` about a missing `endian` configuration. ([#3941](https://github.com/zarr-developers/zarr-python/issues/3941))
19-
19+
- Fixed breakage in existing fsspec-dependent workflows caused by associating the "memory" URL scheme with
20+
instances of `ManagedMemoryStore` instead of fsspec's memory-backed store. After this change, store URLs with a "memory" scheme are handled differently when `fsspec` is installed:
21+
with `fsspec`, a `FsspecStore` backed by a `MemoryFileSystem` is used. Without `fsspec`,
22+
a `ManagedMemoryStore` is used.
2023

2124
## 3.2.0 (2026-04-30)
2225

0 commit comments

Comments
 (0)