Skip to content

Commit

Permalink
Update release notes and promote to version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EBatTiVo committed Aug 31, 2015
1 parent 7dca556 commit b30a669
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,18 @@
<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.9.5 for @plugin.compatibility.description@</version>
<version>0.9.6 for @plugin.compatibility.description@</version>
<change-notes>
<![CDATA[
<p>This build is compatible with @plugin.compatibility.description@</p>
<p>It was built using IDEA build @idea.sdk.version@</p>
<p/>
<p>0.9.6: (community release)</p>
<ul>
<li>Fix debugger trying to populate all variables when stopped at a breakpoint.</li>
<li>Suppress display of back-end generated intermediate variables when debugging.</li>
<li>Fix NPE when editing files outside of a project.</li>
</ul>
<p>0.9.5: (community release)</p>
<ul>
<li>Add new typing support for type checking and completion. (Thanks to Carlos Ballesteros!) (Issues #288,#291,#308,#317)</li>
Expand Down

0 comments on commit b30a669

Please sign in to comment.