Skip to content

Commit 7b1e16d

Browse files
committed
add missing release notes section for 3.0.4
1 parent cf69fcc commit 7b1e16d

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

docs/release-notes.rst

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,37 @@ Release notes
66
3.0.5 (2025-03-07)
77
------------------
88

9+
Bugfixes
10+
~~~~~~~~
11+
12+
- Fixed a bug where ``StorePath`` creation would not apply standard path normalization to the ``path`` parameter,
13+
which led to the creation of arrays and groups with invalid keys. (:issue:`2850`)
14+
- Prevent update_attributes calls from deleting old attributes (:issue:`2870`)
15+
16+
17+
Misc
18+
~~~~
19+
20+
- :issue:`2796`
21+
22+
3.0.4 (2025-02-23)
23+
------------------
24+
925
Features
1026
~~~~~~~~
1127

1228
- Adds functions for concurrently creating multiple arrays and groups. (:issue:`2665`)
1329

14-
1530
Bugfixes
1631
~~~~~~~~
1732

1833
- Fixed a bug where ``ArrayV2Metadata`` could save ``filters`` as an empty array. (:issue:`2847`)
19-
- Fixed a bug where ``StorePath`` creation would not apply standard path normalization to the ``path`` parameter,
20-
which led to the creation of arrays and groups with invalid keys. (:issue:`2850`)
2134
- Fix a bug when setting values of a smaller last chunk. (:issue:`2851`)
22-
- Prevent update_attributes calls from deleting old attributes (:issue:`2870`)
23-
2435

2536
Misc
2637
~~~~
2738

28-
- :issue:`2796`
39+
- :issue:`2828`
2940

3041

3142
3.0.3 (2025-02-14)

0 commit comments

Comments
 (0)