Skip to content

Commit

Permalink
update change notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
suusan2go committed Dec 6, 2019
1 parent 2370b18 commit 64c1923
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
]]></description>

<change-notes><![CDATA[
<a target="_blank" href="https://github.com/suusan2go/kotlin-fill-class/issues/26">Don't add default value for enum/abstract/sealed classes #26</a>
<a target="_blank" href="https://github.com/suusan2go/kotlin-fill-class/issues/28">Don't suggest for Java #28</a>
<a target="_blank" href="https://github.com/suusan2go/kotlin-fill-class/issues/27">Add import directives #27</a>
Add support for IntelliJ 2019.3
]]>
</change-notes>

<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="192"/>
<idea-version since-build="192" until-build="193.*"/>

<depends>com.intellij.modules.lang</depends>
<depends>org.jetbrains.kotlin</depends>
Expand Down

0 comments on commit 64c1923

Please sign in to comment.