summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-04-17 12:46:26 -0400
committerKyle Meyer <kyle@kyleam.com>2016-04-17 12:46:26 -0400
commit512347793c67ac4a3959a285306c81fc6e940257 (patch)
tree73a35b4ff936ebee69414e405324e2e730e963f3 /NEWS
parent6b538a9f5e2d9e9a138704b0a702ffe1237dc57b (diff)
parentcd3245cd632b27922f46c6122db24671140febe4 (diff)
downloadsnakemake-mode-512347793c67ac4a3959a285306c81fc6e940257.tar.gz
Merge branch 'km/graph'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c376e9..7f1b796 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ NEWS -- history of user-visible changes -*- mode: org; -*-
- The 'wrapper' keyword is now recognized.
+- New command ~snakemake-graph~ displays the graph of dependencies for
+ a rule. (Thanks to Endre Bakken Stovner for the idea and initial
+ implementation.)
+
+
* v0.3.0
** New features