Skip to content

Commit

Permalink
fix changelog update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 5, 2023
1 parent 4d2c4c4 commit a699ee9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
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)
------------------

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)
------------------
Expand Down
10 changes: 10 additions & 0 deletions docs/asdf/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit a699ee9

Please sign in to comment.