Skip to content

Commit 0120e99

Browse files
committed
Add warning to top of release notes
1 parent ede004e commit 0120e99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/release-notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Release notes
66
3.0.8 (2025-05-19)
77
------------------
88

9+
.. warning::
10+
11+
In versions 3.0.0 to 3.0.7 opening arrays with ``mode='a'`` (the default for many builtin functions)
12+
would cause any existing paths in the store to be deleted. This is fixed in 3.0.8, and
13+
we recommend all users upgrade to avoid this bug that could cause unintentional data loss.
14+
915
Features
1016
~~~~~~~~
1117

0 commit comments

Comments
 (0)