We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede004e commit 0120e99Copy full SHA for 0120e99
docs/release-notes.rst
@@ -6,6 +6,12 @@ Release notes
6
3.0.8 (2025-05-19)
7
------------------
8
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
15
Features
16
~~~~~~~~
17
0 commit comments