diff --git a/docs/release.rst b/docs/release.rst index 456b1e85..4270ce27 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -11,14 +11,11 @@ Release notes Unreleased ---------- -Fix -~~~ -* Fix in-place mutation of input array in `BitRound`. - By :user:`Sam Levang `, :issue:`608` -* Fix an issue where importing numcodecs would lock the state of `multiprocessing` - and prevent user code to call `multiprocessing.set_start_method("spawn")` - subsequently. - By :user:`Clément Robert ` :issue:`522` + +.. _release_0.14.0: + +0.14.0 +------ Enhancements ~~~~~~~~~~~~ @@ -29,6 +26,15 @@ Enhancements * Added mypy type checking to continuous integration. By :user:`David Stansby `, :issue:`460`. +Fixes +~~~~~ +* Fix in-place mutation of input array in `BitRound`. + By :user:`Sam Levang `, :issue:`608` +* Fix an issue where importing numcodecs would lock the state of `multiprocessing` + and prevent user code to call `multiprocessing.set_start_method("spawn")` + subsequently. + By :user:`Clément Robert ` :issue:`522` + Maintenance ~~~~~~~~~~~ * The minimum supported Python version is now Python 3.11.