@@ -50,8 +50,8 @@ $graph:
50
50
51
51
## Changelog
52
52
53
- * Added optional name and doc fields to CommandOutputRecordSchema
54
- * Clarify behavior around `ENTRYPOINT` and `CMD` in containers
53
+ * Added optional ` name` and ` doc` fields to ` CommandOutputRecordSchema`.
54
+ * Clarify behavior around `ENTRYPOINT` and `CMD` in containers.
55
55
* Clarify documentation around `valueFrom` and `null` inputs.
56
56
* Default values for some fields are now expressed in the schema.
57
57
* When defining record types with `CommandInputRecordSchema`, fields of
@@ -61,15 +61,15 @@ $graph:
61
61
`CommandInputArraySchema` now have an optional `doc` field.
62
62
* `inputBinding` has been added as an optional field for
63
63
`CommandInputRecordSchema` (was previously in CWL `draft-3` but
64
- disappeared in `v1.0`)
64
+ disappeared in `v1.0`).
65
65
* Any `doc` field may be an array of strings in addition to the
66
66
previously allowed single string.
67
67
* Addition of `stdin` type shortcut for
68
68
[`CommandInputParameter`](#CommandInputParameter).
69
69
* Clarify that the designated output directory should be empty
70
70
except for files or directories specified using
71
71
[InitialWorkDirRequirement](#InitialWorkDirRequirement).
72
- * Clarify semantics of `shellQuote`
72
+ * Clarify semantics of `shellQuote`.
73
73
* Expressions are now allowed to evaluate to `null` or `Dirent` in
74
74
[InitialWorkDirRequirement.listing](#InitialWorkDirRequirement).
75
75
* Clarify behavior of secondaryFiles on output.
@@ -78,11 +78,14 @@ $graph:
78
78
* Clarify behavior of `glob` for absolute paths and symlinks.
79
79
* Clarify behavior of `glob` to include directories.
80
80
* `secondaryFiles` can now be explicitly marked as `required` or not.
81
- * Clarify CommandLineTool.arguments documentation
82
- * Clarify that runtime.outdir and runtime.tmpdir must be distinct
81
+ * Clarify ` CommandLineTool.arguments` documentation.
82
+ * Clarify that ` runtime.outdir` and ` runtime.tmpdir` must be distinct
83
83
directories.
84
84
* Clarify that unspecified details related to execution are left open to
85
85
the platform.
86
+ * Added `InputParameter.loadContents` field. Use of `loadContents` in
87
+ `InputBinding` is deprecated; it is preserved for v1.0 backwards
88
+ compatability and will be removed in CWL v2.0.
86
89
87
90
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
88
91
0 commit comments