summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-03-26 21:22:04 -0400
committerKyle Meyer <kyle@kyleam.com>2017-03-26 21:22:04 -0400
commit6d069952c7b6aec16e319016f218a15398198a70 (patch)
treef4ca1b1e1ad59718d3ca149ab12d5f336287f722 /NEWS
parent61c64d58e5e6aed98f86b95145935da90442c3ed (diff)
parentf2ea2ab6423f223b6dae3e1f8feab60da0745ec4 (diff)
downloadsnakemake-mode-6d069952c7b6aec16e319016f218a15398198a70.tar.gz
Merge branch 'term'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe95a23..3c33003 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
+* master (unreleased)
+
+** New features
+
+- ~snakemake-popup~ commands learned to call Snakemake through a
+ terminal rather than through ~compile~. This allows a persistent
+ environment to be maintained between Snakemake calls, which is
+ useful for running Snakemake in isolated environments created by
+ tools like Guix.
+
* v1.1.0
** New features