From d0b1266afe616a1b5b2fe940f1fbbce757f29fc1 Mon Sep 17 00:00:00 2001 From: Ed Slavich Date: Fri, 28 Feb 2020 10:30:37 -0500 Subject: [PATCH] Update changelogs for 2.5.2 release --- CHANGES.rst | 7 +------ docs/asdf/changes.rst | 14 +++++++++++++- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index bf60cfb1e..b7dccfebd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,4 @@ -2.6.0 (unreleased) ------------------- - -- AsdfDeprecationWarning now subclasses DeprecationWarning. [#710] - -2.5.2 (unreleased) +2.5.2 (2020-02-28) ------------------ - Add a developer overview document to help understand how ASDF works diff --git a/docs/asdf/changes.rst b/docs/asdf/changes.rst index 79f9e78ff..40a6c7cad 100644 --- a/docs/asdf/changes.rst +++ b/docs/asdf/changes.rst @@ -4,6 +4,18 @@ Changes ******* +What's New in ASDF 2.5.2? +========================= + +The ASDF Standard is at v1.4.0. + +Changes include: + +* Add schemas that were previously missing from ASDF Standard 1.4.0, + and fix a variety of minor issues in ``AsdfType`` subclasses. + +* Add general and versioning-specific developer documentation. + What's New in ASDF 2.5.1? ========================= @@ -11,7 +23,7 @@ The ASDF Standard is at v1.4.0. Changes include: -- Fix bug in test causing failure when test suite is run against +* Fix bug in test causing failure when test suite is run against an installed asdf package. What's New in ASDF 2.5.0?