Skip to content

Commit 500226b

Browse files
author
Kaushik Ghose
authored
Merge pull request #42 from common-workflow-language/changelog-work
Update changelog
2 parents fdd1286 + c981f58 commit 500226b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CommandLineTool.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ $graph:
5050
5151
## Changelog
5252
53-
* Added optional `name` and `doc` fields to `CommandOutputRecordSchema`.
5453
* Clarify behavior around `ENTRYPOINT` and `CMD` in containers.
5554
* Clarify documentation around `valueFrom` and `null` inputs.
5655
* Default values for some fields are now expressed in the schema.
5756
* When defining record types with `CommandInputRecordSchema`, fields of
5857
type `File` may now include `format`, `loadContents`,
5958
`secondaryFiles` and `streamable`.
60-
* `CommandInputRecordSchema`, `CommandInputEnumSchema`, and
61-
`CommandInputArraySchema` now have an optional `doc` field.
59+
* `CommandInputRecordSchema`, `CommandOutputRecordSchema`,
60+
`CommandInputEnumSchema and `CommandInputArraySchema` now have an optional
61+
`doc` field.
6262
* `inputBinding` has been added as an optional field for
6363
`CommandInputRecordSchema` (was previously in CWL `draft-3` but
6464
disappeared in `v1.0`).
@@ -72,6 +72,8 @@ $graph:
7272
* Clarify semantics of `shellQuote`.
7373
* Expressions are now allowed to evaluate to `null` or `Dirent` in
7474
[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)