aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-06-03 01:10:02 -0400
committerKyle Meyer <kyle@kyleam.com>2015-06-03 01:10:02 -0400
commit3ce395e2665d120d622b200636e65fbe47105f42 (patch)
treefc4898bf543c6784b0be061fefc330ff683434f9 /NEWS
parent295bbfbc94727691d7e9919abf9f358ab7a6b241 (diff)
downloadsnakemake-mode-3ce395e2665d120d622b200636e65fbe47105f42.tar.gz
Expose --touch flag in snakemake-compile-rule
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c456238..cd28d0b 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@
another line, indentation cycling now includes a step that indents
according to Python mode.
+- `snakemake-compile-rule' can now pass the '--touch' flag to
+ snakemake.
+
* v0.2.0
** New features