diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-16 00:34:41 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-16 00:34:41 -0500 |
commit | e1fb1f91dd6b557d23d97dd3dc376edf8773d8e6 (patch) | |
tree | 077b19a6f8e71741ed6924c6d20bf08741adb400 /NEWS | |
parent | d13b45f22aa26abdb271153745737107c0328f05 (diff) | |
download | snakemake-mode-e1fb1f91dd6b557d23d97dd3dc376edf8773d8e6.tar.gz |
Add NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +# -*- mode: org -*- + +* Master (unreleased) + +** New features + +- Both the executable and flags for the Snakemake `compile-command' are + now customizable. + +- Subworkflow blocks are now supported. + +- The 'ruleorder' keyword is now recognized. |