@@ -46,8 +46,11 @@ $graph:
4646 CWL have been changed to aid the auto-generation of libraries for the reading
4747 and writing of CWL documents.
4848
49- Do not write `cwlVersion: v1.2.1`, that is not a valid version of the CWL
50- syntax.
49+ Do not write `cwlVersion: v1.2.1`, nor `cwlVersion: v1.2.0`. The syntax
50+ meaning of all terms in CWL `1.2.x is the same. However, when reporting
51+ results from running the CWL conformance tests, please do report all
52+ three components; for example "99% of CWL v1.2.0 required tests" or
53+ "100% of CWL v1.2.1 required tests".
5154
5255 See also the [Schema-Salad v1.2.1 changelog](SchemaSalad.html#Changelog_for_v1.2.1)
5356
@@ -151,9 +154,9 @@ $graph:
151154 unserialized hints to normal objects themselves.
152155
153156 ### Updated Conformance Tests for v1.2.1
154- * Conformance tests are now referred to by their textual identifiers (`id`). Previously
155- this was the `label` field. Tests without a `label`/`id` have been give
156- one.
157+ * Conformance tests are now referred to by their textual identifiers (`id`).
158+ Previously this was the `label` field. Tests without a `label`/`id`
159+ have been given one.
157160 * `tests/loadContents/cwloutput-nolimit.cwl`: Made explicit that
158161 `bigstring` is an additional output as generated by the existing
159162 `mkfilelist.py` script's use of [`cwl.output.json`](#Output_binding).
@@ -245,7 +248,7 @@ $graph:
245248 scientific notation.
246249
247250 # ### `MultipleInputFeatureRequirement`
248- * `multiple-input-feature-requirement`: MultipleInputFeatureRequirement on
251+ * `multiple-input-feature-requirement`: ` MultipleInputFeatureRequirement` on
249252 workflow outputs.
250253
251254 # ### `InitialWorkDirRequirement`
0 commit comments