From 75788b2945d16d40f0cbaba41a5747b8aefb2e99 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 8 Dec 2023 18:01:08 -0500 Subject: [PATCH] add changelog --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index cbced16f5..a4a40823a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,10 @@ The ASDF Standard is at v1.6.0 - Deprecate ``asdf.asdf`` and ``AsdfFile.resolve_and_inline`` [#1690] +- Introduce ``asdf.util.load_yaml`` to load just the YAML contents + of an ASDF file (with the option ``as_tagged`` to load the contents + as a tree of ``asdf.tagged.Tagged`` instances to preserve tags) [#1700 + 3.0.1 (2023-10-30) ------------------