Skip to content

Commit 4b935a1

Browse files
committed
update readme and changelog
1 parent a083a8a commit 4b935a1

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
2017.1.7
2+
3+
* GPUB: extract extend_marker_impl and improve error elements handling
4+
* Generator: fix base class calculation for merged AST and PSI
5+
* NPE: JFlexStateUsageSearcher.processQuery
6+
17
2017.1.6
28

39
* Generator: generate Java 8 syntax: `generate=[java="8"]`
410
* Generator: generate TokenSets for token choices: `generate=[token-sets="yes"]`
511
* Generator: wrap anonymous classes with functions
612
* RGH: fix left rule with several usage detected as recursive
713

8-
914
2017.1.5
1015

1116
* Editor: _Move Element Left/Right_ action in BNF
@@ -14,7 +19,6 @@
1419
* Generator/PSI: parameter annotations
1520
* GPUB: configurable token-advancer
1621

17-
1822
2017.1.4
1923

2024
* Editor: inject Regexp in BNF and Java in JFlex

resources/META-INF/plugin.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
<change-notes>
1515
<![CDATA[
1616
<ul>
17-
<li>Generator: generate Java 8 syntax: generate=[java="8"]</li>
18-
<li>Generator: generate TokenSets for token choices: generate=[token-sets="yes"]</li>
19-
<li>Generator: wrap anonymous classes with functions</li>
20-
<li>RGH: fix left rule with several usage detected as recursive</li>
17+
<li>GPUB: extract extend_marker_impl and improve error elements handling</li>
18+
<li>Generator: fix base class calculation for merged AST and PSI</li>
19+
<li>NPE: JFlexStateUsageSearcher.processQuery</li>
2120
</ul>
2221
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
2322
]]>

0 commit comments

Comments
 (0)