From cfe1195e65eeef922d30ba76b155a4794c121f35 Mon Sep 17 00:00:00 2001 From: Ed Slavich Date: Mon, 6 Dec 2021 11:37:49 -0500 Subject: [PATCH] Update changelog for 2.8.2 release --- CHANGES.rst | 2 +- docs/asdf/changes.rst | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3b0f108ef..e3e0afc80 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ 2.9.0 (unreleased) ------------------ -2.8.2 (unreleased) +2.8.2 (2021-12-06) ------------------ - Update documentation to reflect new 2.8 features. [#998] diff --git a/docs/asdf/changes.rst b/docs/asdf/changes.rst index ce5bbfd76..2cb4c33df 100644 --- a/docs/asdf/changes.rst +++ b/docs/asdf/changes.rst @@ -4,6 +4,21 @@ Changes ******* +What's new in asdf 2.8.2? +========================= + +The ASDF Standard is at v1.6.0. + +Changes include: + +- Fix array compression for non-native byte order. + +- Fix bug in schema loading when URI is claimed by both legacy + and new-style extensions. + +- Hide 'name' and 'version' attributes on instances of + NDArrayType. + What's new in asdf 2.8.1? =========================