From 8f47aac0e55ce31427a05369ebbc9c8843d5575f Mon Sep 17 00:00:00 2001 From: Justin Tay <49700559+justin-tay@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:28:23 +0800 Subject: [PATCH] Update upgrading doc on fail fast (#961) --- doc/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upgrading.md b/doc/upgrading.md index 830432dc3..738b4bb5d 100644 --- a/doc/upgrading.md +++ b/doc/upgrading.md @@ -6,7 +6,7 @@ This contains information on the notable or breaking changes in each version. ### 1.3.1 -This does not contain any breaking changes from 1.3.0 +This contains a breaking change in that the results from `failFast` are no longer thrown as an exception. The single result is instead returned normally in the output. This was partially done to distinguish the fail fast result from true exceptions such as when references could not be resolved. * Annotation collection and reporting has been implemented * Keywords have been refactored to use annotations for evaluation to improve performance and meet functional requirements