@@ -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`).
@@ -70,8 +70,8 @@ $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` or `Dirent` in
74
- [InitialWorkDirRequirement.listing](#InitialWorkDirRequirement).
73
+ * Expressions are now allowed to evaluate to `null`, `File[]`, `Directory[]`
74
+ or `Dirent` in [InitialWorkDirRequirement.listing](#InitialWorkDirRequirement).
75
75
* Clarify behavior of secondaryFiles on output.
76
76
* [Addition](#Requirements_and_hints) of `cwl:requirements` field to
77
77
input object documents.
0 commit comments