Skip to content

Commit 8d15c02

Browse files
authored
Update release notes post 0.15.0 (#692)
1 parent 6d090a3 commit 8d15c02

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/release.rst

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ Release notes
1111
Unreleased
1212
----------
1313

14+
15+
.. _unreleased:
16+
17+
Unreleased
18+
----------
19+
20+
Improvements
21+
~~~~~~~~~~~~
22+
* Raise a custom `UnknownCodecError` when trying to retrieve an unavailable codec.
23+
By :user:`Cas Wognum <cwognum>`.
24+
25+
Fixes
26+
~~~~~
27+
* Remove redundant ``id`` from codec metadata serialization in Zarr3 codecs.
28+
By :user:`Norman Rzepka <normanrz>`, :issue:`685`
29+
1430
.. _release_0.15.0:
1531

1632
0.15.0
@@ -53,8 +69,6 @@ Fixes
5369
and a warning if the version was incompatible with `zfpy`.
5470
This check has been removed because `zfpy` now supports the newer versions of `NumPy`.
5571
By :user:`Meher Gajula <me-her>`, :issue:`672`
56-
* Remove redundant ``id`` from codec metadata serialization in Zarr3 codecs.
57-
By :user:`Norman Rzepka <normanrz>`, :issue:`685`
5872

5973
Improvements
6074
~~~~~~~~~~~~
@@ -70,8 +84,6 @@ Improvements
7084
Import errors caused by optional dependencies (ZFPY, MsgPack, CRC32C, and PCodec)
7185
are still silently caught.
7286
By :user:`David Stansby <dstansby>`, :issue:`550`.
73-
* Raise a custom `UnknownCodecError` when trying to retrieve an unavailable codec.
74-
By :user:`Cas Wognum <cwognum>`.
7587

7688
.. _release_0.14.1:
7789

0 commit comments

Comments
 (0)