From 2c4c883ae821759819f00757b4817c9fee347dfb Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 16 Nov 2023 16:43:00 -0500 Subject: [PATCH] fix changelog update docs --- CHANGES.rst | 11 +++++++++-- docs/asdf/deprecations.rst | 10 ++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c35770940..386a759ab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +3.1.0 (unreleased) +------------------ + +The ASDF Standard is at v1.6.0 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Cleanup ``asdf.util`` including deprecating: ``human_list`` + ``resolve_name`` ``minversion`` and ``iter_subclasses`` [#1688] + 3.0.1 (2023-10-30) ------------------ @@ -5,8 +14,6 @@ The ASDF Standard is at v1.6.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fix bug in ``asdftool diff`` for arrays within a list [#1672] -- Cleanup ``asdf.util`` including deprecating: ``human_list`` - ``resolve_name`` ``minversion`` and ``itersubclasses`` [#1688] 3.0.0 (2023-10-16) ------------------ diff --git a/docs/asdf/deprecations.rst b/docs/asdf/deprecations.rst index 3b952870f..64f784cae 100644 --- a/docs/asdf/deprecations.rst +++ b/docs/asdf/deprecations.rst @@ -9,6 +9,16 @@ Deprecations Version 3.0 =========== +The following functions in ``asdf.util`` are deprecated: + +* ``human_list`` this is no longer part of the public API +* ``resolve_name`` see ``astropy.utils.resolve_name`` +* ``minversion`` see ``astropy.utils.minversion`` +* ``iter_subclasses`` this is no longer part of the public API + +Version 3.0 +=========== + SerializationContext was previously importable from ``asdf.asdf.SerializationContext``. Although not part of the public API, this import path has been deprecated and users should instead import ``SerializationContext`` from `asdf.extension`.