diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-16 17:03:10 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-16 17:04:00 -0400 |
commit | 6b538a9f5e2d9e9a138704b0a702ffe1237dc57b (patch) | |
tree | 29ad6386e5a1d895045d789ec060e65ba17c964a /NEWS | |
parent | 5c9873c39222e8d54afc9e63d1148ae1a822fbda (diff) | |
download | snakemake-mode-6b538a9f5e2d9e9a138704b0a702ffe1237dc57b.tar.gz |
Add wrapper keyword
This keyword was added in Snakemake version 3.5.5.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*- - Anonymous rule blocks are now supported. +- The 'wrapper' keyword is now recognized. + * v0.3.0 ** New features |