Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #424 from Shan1024/change-notes-0.8.7
Browse files Browse the repository at this point in the history
Update change notes for v0.8.7
  • Loading branch information
sameerajayasoma authored Jun 20, 2017
2 parents 50e0190 + a4bbcf3 commit 01be604
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>org.ballerinalang</id>
<name>Ballerina</name>
<version>0.8.6</version>
<version>0.8.7</version>
<vendor email="ballerinalang@wso2.com" url="http://wso2.org">WSO2 Inc.</vendor>

<description><![CDATA[
Expand All @@ -11,17 +11,13 @@

<change-notes><![CDATA[
<ul>
<li>Support Ballerina v0.88 grammar.</li>
<li>Merge two run configurations into a single configuration.</li>
<li>Add exit points highlighting support.</li>
<li>Add resource path query/path param highlighting support.</li>
<li>Add package validation support.</li>
<li>Add array.length support.</li>
<li>Add new hidden templates.</li>
<li>Improve code completion.</li>
<li>Update live templates.</li>
<li>Ballerina program debug support (Experimental).</li>
<li>Ballerina submodule run support.</li>
<li>Unimported package inspection support.</li>
<li>Worker suggestion support in code completion.</li>
<li>Add worker to the structure view.</li>
</ul>
<a href="https://github.com/ballerinalang/plugin-intellij/milestone/7?closed=1">View all changes and bug fixes.</a>
<a href="https://github.com/ballerinalang/plugin-intellij/milestone/8?closed=1">View all changes and bug fixes.</a>
]]>
</change-notes>

Expand Down

0 comments on commit 01be604

Please sign in to comment.