From 5891be04adcb78df0c388f7742fb3c987f297a24 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Thu, 28 Jul 2022 09:12:48 +0300 Subject: [PATCH] v4.8.0 -> CHANGELOG --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 996cb6261..acb360c41 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +v4.8.0 +------ + +* ``best_match`` no longer traverses into ``anyOf`` and ``oneOf`` when all of + the errors within them seem equally applicable. This should lead to clearer + error messages in some cases where no branches were matched. + v4.7.2 ------