Skip to content

Commit 8f47aac

Browse files
authored
Update upgrading doc on fail fast (#961)
1 parent 5dc929e commit 8f47aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This contains information on the notable or breaking changes in each version.
66

77
### 1.3.1
88

9-
This does not contain any breaking changes from 1.3.0
9+
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.
1010

1111
* Annotation collection and reporting has been implemented
1212
* Keywords have been refactored to use annotations for evaluation to improve performance and meet functional requirements

0 commit comments

Comments
 (0)