You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/upgrading.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This contains information on the notable or breaking changes in each version.
6
6
7
7
### 1.3.1
8
8
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.
10
10
11
11
* Annotation collection and reporting has been implemented
12
12
* Keywords have been refactored to use annotations for evaluation to improve performance and meet functional requirements
0 commit comments