Skip to content

Commit

Permalink
Update upgrading doc on fail fast (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-tay authored Feb 7, 2024
1 parent 5dc929e commit 8f47aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f47aac

Please sign in to comment.