Skip to content

Commit

Permalink
Merge pull request #995 from eslavich/eslavich-2.8-changelog
Browse files Browse the repository at this point in the history
Update changelog and docs for 2.8.0 release
  • Loading branch information
eslavich authored May 12, 2021
2 parents 44e8534 + 3222c89 commit b3632ca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.8.0 (unreleased)
2.8.0 (2021-05-12)
------------------

- Add ``yaml_tag_handles`` property to allow definition of custom yaml
Expand Down
28 changes: 28 additions & 0 deletions docs/asdf/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@
Changes
*******

What's new in ASDF 2.8.0?
=========================

The ASDF Standard is at v1.6.0.

Changes include:

- New plugin APIs for block compressors, extensions, and schemas.

- New global configuration mechanism (``asdf.get_config()``).

- Support for the asdf:// URI scheme.

- Drop support for Python 3.5.

- Support for ASDF Standard 1.6.0, which is available via the
``version`` argument to ``AsdfFile.__init__`` but not yet the
default.

- Values that match defaults defined in schemas are no longer
automatically removed from the ASDF tree.

- ``None`` values are no longer removed from the tree on write.

- Remove the ``asdf.test`` method and ``asdf.__githash__`` attribute.

- And more, see full changelog below for details.

What's New in ASDF 2.7.4?
=========================

Expand Down

0 comments on commit b3632ca

Please sign in to comment.