Skip to content

Commit

Permalink
Merge pull request #23 from broadinstitute/cjl_release_1.8.0
Browse files Browse the repository at this point in the history
Release v1.8.0
  • Loading branch information
cjllanwarne committed Oct 17, 2017
2 parents c9e3913 + 69bcfbd commit 15475ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
<idea-plugin>
<id>org.broadinstitute.winstanley</id>
<name>Winstanley WDL</name>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
<vendor email="workflow-description-language@googlegroups.com">WDL at Broad Institute</vendor>

<description><![CDATA[
Expand All @@ -15,8 +15,9 @@
- Added brace matching support.
- Added auto-commenting/uncommenting.
- Added foldable sections in the WDL editor.
- Added undeclared variable detection.
- Added support for pair literals.
- Added undeclared value detection.
- Added "Go to declaration" (for declared variables only).
0.1.7:
- Added support for if/then/else expression.
- Added support for "default=" and "true= false=" sections in command blocks.
Expand Down

0 comments on commit 15475ac

Please sign in to comment.