Skip to content

Commit

Permalink
Add change notes. Mark as a feature test version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBishton committed Feb 22, 2017
1 parent 9ee725c commit 93a5098
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,20 @@
<depends optional="true" config-file="flex-debugger-support.xml">com.intellij.flex</depends>
<depends optional="true" config-file="debugger-support.xml">com.intellij.modules.ultimate</depends>

<version>0.10.1.1 for @plugin.compatibility.description@</version>
<version>0.10.1.Test.CompilerCompletion for @plugin.compatibility.description@</version>
<change-notes>
<![CDATA[
<p>This jar is compatible with @plugin.compatibility.description@</p>
<p>It was built using IDEA build @idea.sdk.version@</p>
<p>Documentation: http://github.com/HaxeFoundation/intellij-haxe/README.md.</p>
<p>Support: http://github.com/HaxeFoundation/intellij-haxe/issues.</p>
<p/>
<p>Unreleased:</p>
<p>Unreleased (Feature test):</p>
<ul>
<li>Reworked code completion using the compiler.</li>
<li>Reworked code completion using the compiler -- OFF BY DEFAULT! Turn on in File->Project Structure...</li>
<li>Better handling of closing parens, brackets, quotes. (Issues #545, 546)</li>
<li>Fix parsing when an anonymous function call is defined and immediately executed. (Issue #544)</li>
<li>Updated Haxe logo bitmaps.</li>
</ul>
<p>0.10.1.1: (community release)</p)
<ul>
Expand Down

0 comments on commit 93a5098

Please sign in to comment.