diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-03-26 21:22:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-03-26 21:22:04 -0400 |
commit | 6d069952c7b6aec16e319016f218a15398198a70 (patch) | |
tree | f4ca1b1e1ad59718d3ca149ab12d5f336287f722 /NEWS | |
parent | 61c64d58e5e6aed98f86b95145935da90442c3ed (diff) | |
parent | f2ea2ab6423f223b6dae3e1f8feab60da0745ec4 (diff) | |
download | snakemake-mode-6d069952c7b6aec16e319016f218a15398198a70.tar.gz |
Merge branch 'term'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |