File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,11 @@ $graph:
5151
5252 ## Changelog for v1.3.0-dev1
5353
54- * If an output name is present in the "cwl.output.json" file, but has
55- not been declared in the `outputs` section, it must be ignored and
56- not propagated to the next steps. Previous versions of CWL exhibited
57- undefined behaviour for this occurrence.
54+ * [Output Binding](#Output_binding): Any output present in the
55+ "cwl.output.json" file but not declared in the `outputs` section must
56+ be discarded from the output object. Previous versions of CWL did not
57+ define if undeclared outputs in "cwl.output.json" should be present
58+ in the output object.
5859
5960 See also the [CWL Workflow Description, v1.3.0-dev1 changelog](Workflow.html#Changelog).
6061 For other changes since CWL v1.0, see the
You can’t perform that action at this time.
0 commit comments