Skip to content

Commit 2b0caca

Browse files
committed
1.2.0 changelog
1 parent c218c97 commit 2b0caca

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/changes.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
Changelog
22
=========
3+
1.2.0 (2020-09-13)
4+
-----------------
5+
User-Facing Changes
6+
******************
7+
* Add output generation for CWL and WDL
8+
9+
Fixes
10+
*****
11+
* Fix the railroad diagrams not building
12+
13+
Internal Changes
14+
****************
15+
* Upgrade wdlgen to 3.0.0
16+
* Delete `hash.py`, which was unused
17+
* Add `Command.outputs`, which is a property that returns all outputs
18+
* Add (rudimentary) prioritisation for types, ensuring we don't always choose the type derived from the argument (this is an initial attempt at #37)
19+
* Support more complex assertions for test cases, including the number of outputs
20+
* Small improvements to the infer_type regexes
21+
* Refactor test case assertions into the `HelpText` class
22+
323
1.1.1 (2020-09-10)
424
------------------
525

0 commit comments

Comments
 (0)