From 6baa0e0471a28e5ea3eb87f3cdaab5992423554d Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 2 Dec 2024 15:37:03 -0500 Subject: [PATCH] update changelog with mention of exception --- changes/1875.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/1875.bugfix.rst b/changes/1875.bugfix.rst index 89960753a..fcdc9d162 100644 --- a/changes/1875.bugfix.rst +++ b/changes/1875.bugfix.rst @@ -1 +1 @@ -Improve ``schema_info`` handling of schemas with combiners (allOf, anyOf, etc). +Improve ``schema_info`` handling of schemas with combiners (allOf, anyOf, etc). Raise AsdfInfoResolutionError for ambiguous info.