Skip to content

Commit f27c09e

Browse files
author
Bogdan Gavrilovic
committed
Add inputParameter.loadContents to changelog
1 parent 5f3980b commit f27c09e

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

CommandLineTool.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ $graph:
5050
5151
## Changelog
5252
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.
5555
* Clarify documentation around `valueFrom` and `null` inputs.
5656
* Default values for some fields are now expressed in the schema.
5757
* When defining record types with `CommandInputRecordSchema`, fields of
@@ -61,15 +61,15 @@ $graph:
6161
`CommandInputArraySchema` now have an optional `doc` field.
6262
* `inputBinding` has been added as an optional field for
6363
`CommandInputRecordSchema` (was previously in CWL `draft-3` but
64-
disappeared in `v1.0`)
64+
disappeared in `v1.0`).
6565
* Any `doc` field may be an array of strings in addition to the
6666
previously allowed single string.
6767
* Addition of `stdin` type shortcut for
6868
[`CommandInputParameter`](#CommandInputParameter).
6969
* Clarify that the designated output directory should be empty
7070
except for files or directories specified using
7171
[InitialWorkDirRequirement](#InitialWorkDirRequirement).
72-
* Clarify semantics of `shellQuote`
72+
* Clarify semantics of `shellQuote`.
7373
* Expressions are now allowed to evaluate to `null` or `Dirent` in
7474
[InitialWorkDirRequirement.listing](#InitialWorkDirRequirement).
7575
* Clarify behavior of secondaryFiles on output.
@@ -78,11 +78,14 @@ $graph:
7878
* Clarify behavior of `glob` for absolute paths and symlinks.
7979
* Clarify behavior of `glob` to include directories.
8080
* `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
8383
directories.
8484
* Clarify that unspecified details related to execution are left open to
8585
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.
8689
8790
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
8891

Workflow.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ $graph:
4848
4949
## Changelog
5050
51-
* Clarify how Requirements are inherited by step processes
51+
* Clarify how Requirements are inherited by step processes.
5252
* Clarify behavior around step inputs not consumed by the target
5353
run process.
54-
* Document explicitly that CWL allows pass-through of workflow inputs to outputs
55-
* Added optional name and doc fields to OutputRecordSchema
56-
* Default values for some fields are now expressed in the schema
54+
* Document explicitly that CWL allows pass-through of workflow inputs to outputs.
55+
* Added optional name and doc fields to `OutputRecordSchema`.
56+
* Default values for some fields are now expressed in the schema.
5757
* When defining record types, fields of type `File` may now include
5858
`format`, `secondaryFiles`, and `streamable`.
59-
* The Input schemas (Record, Array, Enum), now permits a `doc` field
59+
* The `Input` schemas (`Record`, `Array`, `Enum`), now permits a `doc` field.
6060
* Any `doc` field may be an array of strings in addition to the
6161
previously allowed single string.
6262
* The `run` field now introduces a subscope so that embedded
@@ -70,9 +70,9 @@ $graph:
7070
`WorkflowInputParameter.loadContents` instead.
7171
* The presence of `OutputRecordField.outputBinding` in v1.0 was due to
7272
a technical error and as it makes no semantic sense it was removed.
73-
* `WorkflowStepInput` now has a `label` field
74-
* [Addition](#Requirements_and_hints) of `cwl:requirments` field to
75-
input object documents
73+
* `WorkflowStepInput` now has a `label` field.
74+
* [Addition](#Requirements_and_hints) of `cwl:requirements` field to
75+
input object documents.
7676
* `secondaryFiles` can now be explicitly marked as `required` or not.
7777
* Add note that undefined details related to execution are left open to
7878
the platform.

0 commit comments

Comments
 (0)