Skip to content

Commit a7a5dcb

Browse files
authored
Fix date and add link
1 parent a132e95 commit a7a5dcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- towncrier release notes start -->
44

5-
## 3.2.1 (2026-05-04)
5+
## 3.2.1 (2026-05-05)
66

77
### Bugfixes
88

@@ -19,7 +19,7 @@
1919
- Fixed breakage in existing fsspec-dependent workflows caused by associating the "memory" URL scheme with
2020
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:
2121
with `fsspec`, a `FsspecStore` backed by a `MemoryFileSystem` is used. Without `fsspec`,
22-
a `ManagedMemoryStore` is used.
22+
a `ManagedMemoryStore` is used. ([#3944](https://github.com/zarr-developers/zarr-python/issues/3944))
2323

2424
## 3.2.0 (2026-04-30)
2525

0 commit comments

Comments
 (0)