@@ -50,15 +50,15 @@ $graph:
50
50
51
51
## Changelog
52
52
53
- * Added optional `name` and `doc` fields to `CommandOutputRecordSchema`.
54
53
* Clarify behavior around `ENTRYPOINT` and `CMD` in containers.
55
54
* Clarify documentation around `valueFrom` and `null` inputs.
56
55
* Default values for some fields are now expressed in the schema.
57
56
* When defining record types with `CommandInputRecordSchema`, fields of
58
57
type `File` may now include `format`, `loadContents`,
59
58
`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.
62
62
* `inputBinding` has been added as an optional field for
63
63
`CommandInputRecordSchema` (was previously in CWL `draft-3` but
64
64
disappeared in `v1.0`).
@@ -72,6 +72,8 @@ $graph:
72
72
* Clarify semantics of `shellQuote`.
73
73
* Expressions are now allowed to evaluate to `null` or `Dirent` in
74
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.
0 commit comments