diff options
author | Arun Isaac | 2025-01-28 02:57:41 +0000 |
---|---|---|
committer | Arun Isaac | 2025-01-28 02:57:41 +0000 |
commit | 8aab3be7a4b68cc0cd080f212d3cbda3d2bf8e0c (patch) | |
tree | 495d224dfc7b87ea49f1842d1e2106b1912ddee1 /NEWS.org | |
parent | 7d1b0b9338af5501c6282cdaf3cacc41075a04c9 (diff) | |
download | ccwl-8aab3be7a4b68cc0cd080f212d3cbda3d2bf8e0c.tar.gz ccwl-8aab3be7a4b68cc0cd080f212d3cbda3d2bf8e0c.tar.lz ccwl-8aab3be7a4b68cc0cd080f212d3cbda3d2bf8e0c.zip |
NEWS: Update for version 0.4.0.v0.4.0
* NEWS.org (Changes in 0.4.0 (since 0.3.0)): New section.
Diffstat (limited to 'NEWS.org')
-rw-r--r-- | NEWS.org | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,16 @@ #+TITLE: ccwl NEWS – History of user-visible changes -Copyright © 2021, 2024 Arun Isaac <arunisaac@systemreboot.net> +Copyright © 2021, 2024, 2025 Arun Isaac <arunisaac@systemreboot.net> + +* Changes in 0.4.0 (since 0.3.0) +** Documentation +*** New "Prefix arguments" section in cookbook +*** New "Pass in arbitrary CWL Requirements" section in cookbook +*** New "Guide to the source code" chapter in the manual +** Features +*** New ~js-expression~ construct to describe ~ExpressionTool~ class workflows +** Noteworthy bug fixes +*** Count argument positions correctly when left-flanked by prefixed string arguments * Changes in 0.3.0 (since 0.2.0) ** Features |