Skip to content

Commit f75d0d8

Browse files
committed
changelog
1 parent 6070786 commit f75d0d8

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2020.3.1
2+
3+
* Generator: add missing space after comma in types
4+
* Generator: fix double annotations for compiled elements (#251)
5+
* Generator: add override check if mixin present
6+
* Generator: detailed warning on incorrect method spec (#252)
7+
18
2020.3
29

310
* Generator: add type annotations (in IDE only)

resources/META-INF/plugin.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@
1414
<change-notes>
1515
<![CDATA[
1616
<ul>
17-
<li>Generator: add type annotations (in IDE only)</li>
18-
<li>Generator: add @override to visitor methods</li>
19-
<li>Generator: do not force child expr consume-type in a non-expr context</li>
20-
<li>Generator: skip "upper" rules in containing rules PSI (#248)</li>
21-
<li>Generator: switch default java version to 11</li>
22-
<li>Generator: use same charset as bnf explicitly</li>
23-
<li>Generator: introduce `generate=[fqn="yes/no"]` option</li>
24-
<li>Editor: highlight missing external methods (#242)</li>
25-
<li>Editor: more class references in strings</li>
26-
<li>Editor: in-place meta arg rename</li>
27-
<li>Editor: fix "redundant character escape" warning (#243)</li>
28-
<li>Compatibility: IntelliJ IDEA 2020.3</li>
17+
<li>Generator: add missing space after comma in types</li>
18+
<li>Generator: fix double annotations for compiled elements (#251)</li>
19+
<li>Generator: add override check if mixin present</li>
20+
<li>Generator: detailed warning on incorrect method spec (#252)</li>
2921
</ul>
3022
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
3123
]]>

0 commit comments

Comments
 (0)