From f01c6ab02d87259bfa2f3f204bcf4f87641d6fac Mon Sep 17 00:00:00 2001 From: Ed Slavich Date: Fri, 15 Jan 2021 15:15:32 -0500 Subject: [PATCH] Update changelog for 2.7.2 release --- CHANGES.rst | 2 +- docs/asdf/changes.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8b8748121..0b22b0604 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -2.7.2 (unreleased) +2.7.2 (2020-01-15) ------------------ - Fix bug causing test collection failures in some environments. [#889] diff --git a/docs/asdf/changes.rst b/docs/asdf/changes.rst index 7119da0a0..4665e8430 100644 --- a/docs/asdf/changes.rst +++ b/docs/asdf/changes.rst @@ -4,6 +4,20 @@ Changes ******* +What's New in ASDF 2.7.2? +========================= + +The ASDF Standard is at v1.5.0. + +Changes include: + +* Fix bug causing test collection failures under Python 3.9. + +* Fix bug when decompressing arrays with numpy 1.20. + +* Replace ``assert`` statements with ``raise`` at the behest + of the bandit security linter. + What's New in ASDF 2.7.1? =========================