Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Sep 22, 2021
1 parent decca9a commit 41144ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2021.1.2

* Generator: cache NEXT to avoid freezes
* Generator: avoid java-api in standalone mode #278
* Generator: fix NPE for "exact-types" + factory method #286
* Generator: fix missing @Override on visitor methods
* Generator: type annotations support (ASM)

2021.1

* JFlex: update downloadable lib url #264
Expand Down
9 changes: 5 additions & 4 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
<change-notes>
<![CDATA[
<ul>
<li>JFlex: update downloadable lib url #264</li>
<li>Plugin: move java-related extensions to optional config #261</li>
<li>Editor: do not resolve meta rule parameters to rules</li>
<li>LivePreview: problem with meta rules #254</li>
<li>Generator: cache NEXT to avoid freezes</li>
<li>Generator: avoid java-api in standalone mode #278</li>
<li>Generator: fix NPE for "exact-types" + factory method #286</li>
<li>Generator: fix missing @Override on visitor methods</li>
<li>Generator: type annotations support (ASM)</li>
</ul>
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
]]>
Expand Down

0 comments on commit 41144ee

Please sign in to comment.