Skip to content

Commit cf69fcc

Browse files
committed
update release notes
1 parent 1d381db commit cf69fcc

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-7
lines changed

changes/2665.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2796.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2847.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2850.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/2851.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2870.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release-notes.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Release notes
33

44
.. towncrier release notes start
55
6+
3.0.5 (2025-03-07)
7+
------------------
8+
9+
Features
10+
~~~~~~~~
11+
12+
- Adds functions for concurrently creating multiple arrays and groups. (:issue:`2665`)
13+
14+
15+
Bugfixes
16+
~~~~~~~~
17+
18+
- 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`)
21+
- 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+
24+
25+
Misc
26+
~~~~
27+
28+
- :issue:`2796`
29+
30+
631
3.0.3 (2025-02-14)
732
------------------
833

0 commit comments

Comments
 (0)