diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-02-21 22:15:31 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-02-21 22:15:31 -0500 |
commit | ed9269a1245db433cb0101d5edab9466bebb5e0c (patch) | |
tree | 76c57b4f227ccc8f4bc02137d42185afad84bcc6 | |
parent | c900769029d33536c52279293bd27335e0e0ac2d (diff) | |
download | snakemake-mode-ed9269a1245db433cb0101d5edab9466bebb5e0c.tar.gz |
NEWS: Delete second-level headings
There are few enough entries in each release that this extra structure
isn't really helpful. Plus, some things that are labeled as "new
features", like recognizing keywords for fontification, seem a bit
silly to call a feature, but I can't think of a better heading for
them.
-rw-r--r-- | NEWS | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -2,14 +2,10 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * v1.6.0 -** New features - - Checkpoints (new in Snakemake v5.4) are now recognized. * v1.5.0 -** New features - - ~snakemake-popup~ now includes ~--use-conda~. - Additional Snakemake keywords are now recognized: 'group' keyword (new in Snakemake v5.0), report (both the keyword and function; new @@ -17,22 +13,16 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * v1.4.0 -** New features - - The 'cwl' keyword (new in Snakemake v4.8.0), 'pipe' (new in Snakemake v5.2.0), 'directory' (new in Snakemake v5.2.0), and 'ancient' built-in are now recognized. -** Other changes - - The minimum Emacs version is now specified as 24.5. Although the previous specification was a looser "24", Snakemake's indentation function is incompatible with Emacs 24.4 and below. * v1.3.0 -** New features - - The 'singularity' keyword (new in Snakemake v4.2.0) is now recognized. @@ -40,8 +30,6 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * v1.2.0 -** 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 @@ -50,21 +38,15 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * v1.1.0 -** New features - - The 'conda' keyword (new in Snakemake v3.9.0) is now recognized. * v1.0.0 -** New features - - The 'wildcard_constraints' keyword (new in Snakemake v3.8.0) is now recognized. * v0.5.0 -** New features - - New command ~snakemake-graph-this-file~ displays the graph for the first rule of the current file. Similar functionality is available from ~snakemake-graph~, which supports graphing any target in the @@ -84,8 +66,6 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * v0.4.0 -** New features - - New library snakemake.el provides a popup interface for running Snakemake from Emacs. @@ -101,8 +81,6 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * v0.3.0 -** New features - - The keywords 'configfile', 'onsuccess', 'onerror', 'log', and 'benchmark', 'script', 'shadow', as well as the 'touch' function, are now recognized. @@ -124,8 +102,6 @@ NEWS -- history of user-visible changes -*- mode: org; -*- * v0.2.0 -** New features - - Both the executable and flags for the Snakemake ~compile-command~ are now customizable. |