Skip to content

Commit

Permalink
prep 4.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jan 31, 2025
1 parent b7d0c2c commit 8522db6
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 9 deletions.
36 changes: 36 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
4.1.0 (2025-01-31)
==================

Bugfix
------

- Improve ``schema_info`` handling of schemas with combiners (allOf, anyOf,
etc). (`#1875 <https://github.com/asdf-format/asdf/pull/1875>`_)
- While walking schema for info/search/schema_info walk into nodes with
__asdf_traverse__
if the parent node has a schema. (`#1884
<https://github.com/asdf-format/asdf/pull/1884>`_)
- Don't infinitely loop on recursive lists during info/search/schema_info.
(`#1884 <https://github.com/asdf-format/asdf/pull/1884>`_)
- Use extension_manager of associated AsdfFile in info/search/schema_info.
(`#1884 <https://github.com/asdf-format/asdf/pull/1884>`_)
- Only use ANSI format codes when supported by stdout. (`#1884
<https://github.com/asdf-format/asdf/pull/1884>`_)


Doc
---

- Fix typos in search documentation. (`#1880
<https://github.com/asdf-format/asdf/pull/1880>`_)
- updates docs theme to be consistent with asdf subprojects (`#1897
<https://github.com/asdf-format/asdf/pull/1897>`_)


Feature
-------

- Add ``Converter.to_info`` to allow customizing ``info`` output. (`#1884
<https://github.com/asdf-format/asdf/pull/1884>`_)


4.0.0 (2024-11-19)
==================

Expand Down
1 change: 0 additions & 1 deletion changes/1875.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1880.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1884.bugfix.0.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1884.bugfix.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1884.bugfix.2.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/1884.bugfix.3.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1884.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/1897.doc.rst

This file was deleted.

0 comments on commit 8522db6

Please sign in to comment.