Skip to content

Commit dc8ac51

Browse files
committed
add description->doc to release notes
1 parent 5b7ad26 commit dc8ac51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

v1.0/CommandLineTool.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ $graph:
7272
[error](#stderr) streams as a (streamable) File output.
7373
* [SoftwareRequirement](#SoftwareRequirement) for describing software
7474
dependencies of a tool.
75+
* The common `description` field has been renamed to `doc`.
7576
7677
## Purpose
7778

v1.0/Workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $graph:
3838
This specification represents the first full release from the CWL group.
3939
Since draft-3, this draft introduces the following changes and additions:
4040
41-
* The 'inputs' and 'outputs' fields have been renamed 'in' and 'out'.
41+
* The `inputs` and `outputs` fields have been renamed `in` and `out`.
4242
* Syntax simplifcations: denoted by the `map<>` syntax. Example: `in`
4343
contains a list of items, each with an id. Now one can specify
4444
a mapping of that identifier to the corresponding
@@ -62,6 +62,7 @@ $graph:
6262
type: int
6363
doc: Second input parameter
6464
```
65+
* The common field 'description` has been renamed to `doc`.
6566
6667
## Purpose
6768

0 commit comments

Comments
 (0)