File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,10 @@ $graph:
70
70
except for files or directories specified using
71
71
[InitialWorkDirRequirement](#InitialWorkDirRequirement).
72
72
* Clarify semantics of `shellQuote`.
73
- * Expressions are now allowed to evaluate to `null`, `File[]`, `Directory[]`
74
- or `Dirent` in [InitialWorkDirRequirement.listing](#InitialWorkDirRequirement).
73
+ * Expressions are now allowed to evaluate to `null` or `Dirent` in
74
+ [InitialWorkDirRequirement.listing](#InitialWorkDirRequirement).
75
+ * Items in [InitialWorkDirRequirement.listing](#InitialWorkDirRequirement)
76
+ are now allowed to be `null` and `array<File | Directory>`.
75
77
* Clarify behavior of secondaryFiles on output.
76
78
* [Addition](#Requirements_and_hints) of `cwl:requirements` field to
77
79
input object documents.
You can’t perform that action at this time.
0 commit comments