From 82a4565ef9f49f47567a6c7a21f768027252d5f0 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:22:42 +0530 Subject: [PATCH] Add a CHANGELOG entry --- docs/release.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/release.rst b/docs/release.rst index c5ba3919..4c7a4c29 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -17,6 +17,12 @@ Release notes Unreleased ---------- +Enhancements +~~~~~~~~~~~~ + +* Add support for the Linux AArch64 architecture. + By :user:`Agriya Khetarpal `, :issue:`288`. + Improvements ~~~~~~~~~~~~ * Raise a custom `UnknownCodecError` when trying to retrieve an unavailable codec. @@ -40,7 +46,7 @@ Breaking changes Deprecations ~~~~~~~~~~~~ -The following ``blosc`` funcitons are deprecated, with no replacement. +The following ``blosc`` functions are deprecated, with no replacement. This is because they are not intended to be public API. - ``numcodecs.blosc.init``