diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-16 17:03:07 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-16 17:03:07 -0400 |
commit | 5c9873c39222e8d54afc9e63d1148ae1a822fbda (patch) | |
tree | ff1d2f9490f534af45bd079321335a01cbd45d8f /NEWS | |
parent | 66f0d242fa063277713e723d83d051402ff12e1d (diff) | |
download | snakemake-mode-5c9873c39222e8d54afc9e63d1148ae1a822fbda.tar.gz |
Support anonymous rule blocks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*- - ".snakefile" has been added as a suffix for Snakemake files. +- Anonymous rule blocks are now supported. + * v0.3.0 ** New features |