Skip to content

Commit c6c9be6

Browse files
committed
update the changelogs through 01f2ee6.
1 parent 63d914b commit c6c9be6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CommandLineTool.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ $graph:
193193
conformance test was added to verify this.
194194
* `metadata`: The description and content of this test has been updated to
195195
be more focused on the metadata present in the CWL file.
196+
* The final references to Python 2 have been updated to Python 3.
197+
* A few conformance tests had `dockerPull`s without a registry specified.
198+
This has been fixed.
196199

197200
### New Mandatory Conformance Tests for v1.2.1
198201
* `params_broken_null`: Test parameter reference that refers to
@@ -234,6 +237,12 @@ $graph:
234237
* `very_big_and_very_floats_nojs`: Confirm that very big and very small
235238
numbers are represented on the command line using decimals, not
236239
scientific notation.
240+
* `paramref_arguments_runtime`: confirm that the `runtime` object is
241+
available to parameter references in arguments.
242+
* `paramref_arguments_self`: confirm that the `self` object is available
243+
and set to `null` in arguments.
244+
* `paramref_arguments_inputs`: confirm that the `inputs` object is
245+
available to parameter references in arguments.
237246

238247
### New Optional Conformance Tests for v1.2.1
239248

0 commit comments

Comments
 (0)