Skip to content

Commit 721156d

Browse files
committed
Version 1.16
1 parent 984a1ca commit 721156d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=1.16-SNAPSHOT
1+
pluginVersion=1.16
22

33
# e.g. IC-2016.3.3, IU-2018.2.5 etc
44
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ For really big files and slow grammars, there is an appreciable delay when displ
7373

7474
<change-notes><![CDATA[
7575
<ul>
76-
<li>xxx (<a href="https://github.com/antlr/intellij-plugin-v4/issues/xxx">#xxx</a>)</li>
76+
<li>Fixed a NPE in Preview panel (<a href="https://github.com/antlr/intellij-plugin-v4/issues/413">#413</a>)</li>
77+
<li>Fixed highlighting of rules in 2019.3 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/432">#432</a>)</li>
78+
<li>Fixed "Location of imported grammars" which was not used correctly (<a href="https://github.com/antlr/intellij-plugin-v4/issues/383">#383</a>)</li>
7779
</ul>
7880
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.16+is%3Aclosed">fixed issues</a>.
7981
]]>

0 commit comments

Comments
 (0)