aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-02-21 22:18:41 -0500
committerKyle Meyer <kyle@kyleam.com>2020-02-21 22:18:41 -0500
commit3fcff2b92a4ac19d6f1dab3666dddcba46c4865b (patch)
tree4206ce5a09c8fd1afadf276f4a6e9073ede98d8f /NEWS
parented9269a1245db433cb0101d5edab9466bebb5e0c (diff)
downloadsnakemake-mode-3fcff2b92a4ac19d6f1dab3666dddcba46c4865b.tar.gz
mode: Add "multiext" to list of built-ins
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3376656..bc2fc12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
+* unreleased
+
+- The 'multiext' built-in (new in Snakemake v5.8.2) is now recognized.
+
* v1.6.0
- Checkpoints (new in Snakemake v5.4) are now recognized.