Skip to content

Commit c981f58

Browse files
author
Bogdan Gavrilovic
committed
Update changelog
1 parent 8fc8b7d commit c981f58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CommandLineTool.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ $graph:
7070
except for files or directories specified using
7171
[InitialWorkDirRequirement](#InitialWorkDirRequirement).
7272
* 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>`.
7577
* Clarify behavior of secondaryFiles on output.
7678
* [Addition](#Requirements_and_hints) of `cwl:requirements` field to
7779
input object documents.

0 commit comments

Comments
 (0)