Skip to content

Commit 44c770c

Browse files
authored
Merge pull request #1070 from asdf-format/eslavich-update-changelog-for-2.9.0
Update changelogs for 2.9.0 release
2 parents d575146 + 9eb5f30 commit 44c770c

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.9.0 (unreleased)
1+
2.9.0 (2022-02-02)
22
------------------
33

44
- Added the capability for tag classes to provide an interface
@@ -18,7 +18,7 @@
1818
- Add ability for tags to correspond to multiple schema_uri, with an
1919
implied allOf among the schema_uris. [#1058, #1069]
2020

21-
- Add the URI of the file being parsed to ``SerializationContext``. [#1065]
21+
- Add the URL of the file being parsed to ``SerializationContext``. [#1065]
2222

2323
- Add ``asdf.testing.helpers`` module with simplified versions of test
2424
helpers previously available in ``asdf.tests.helpers``. [#1067]

docs/asdf/changes.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44
Changes
55
*******
66

7+
What's new in asdf 2.9.0?
8+
=========================
9+
10+
The ASDF Standard is at v1.6.0.
11+
12+
Changes include:
13+
14+
- Added the capability for classes to expose their contents
15+
to AsdfFile.info and AsdfFile.search via the ``__asdf_traverse__`` method.
16+
17+
- Drop support for Python 3.6.
18+
19+
- Update setup.py to raise error if "git submodule update --init" has
20+
not been run.
21+
22+
- Add ability for tags to correspond to multiple schema_uri, with an
23+
implied allOf among the schema_uris.
24+
25+
- Add the URL of the file being parsed to ``SerializationContext``.
26+
27+
- Add ``asdf.testing.helpers`` module with simplified versions of test
28+
helpers previously available in ``asdf.tests.helpers``.
29+
730
What's new in asdf 2.8.3?
831
=========================
932

0 commit comments

Comments
 (0)