Skip to content

Commit 41144ee

Browse files
committed
changelog
1 parent decca9a commit 41144ee

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2021.1.2
2+
3+
* Generator: cache NEXT to avoid freezes
4+
* Generator: avoid java-api in standalone mode #278
5+
* Generator: fix NPE for "exact-types" + factory method #286
6+
* Generator: fix missing @Override on visitor methods
7+
* Generator: type annotations support (ASM)
8+
19
2021.1
210

311
* JFlex: update downloadable lib url #264

resources/META-INF/plugin.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
<change-notes>
1616
<![CDATA[
1717
<ul>
18-
<li>JFlex: update downloadable lib url #264</li>
19-
<li>Plugin: move java-related extensions to optional config #261</li>
20-
<li>Editor: do not resolve meta rule parameters to rules</li>
21-
<li>LivePreview: problem with meta rules #254</li>
18+
<li>Generator: cache NEXT to avoid freezes</li>
19+
<li>Generator: avoid java-api in standalone mode #278</li>
20+
<li>Generator: fix NPE for "exact-types" + factory method #286</li>
21+
<li>Generator: fix missing @Override on visitor methods</li>
22+
<li>Generator: type annotations support (ASM)</li>
2223
</ul>
2324
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
2425
]]>

0 commit comments

Comments
 (0)