Skip to content

Commit

Permalink
2019.1.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Aug 27, 2019
1 parent 6790c1e commit 1694755
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2019.1.1

* Generator: overridable parse_root_ and static parse_root_ methods
* Generator: support package prefixes
* JFlex: move generator output to Messages tool window
* JFlex: suppress all inspections in injected fragments

2019.1

* Generator: "extraRoot" attribute to explicitly mark a rule as such
Expand Down
9 changes: 4 additions & 5 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
<change-notes>
<![CDATA[
<ul>
<li>Generator: "extraRoot" attribute to explicitly mark a rule as such</li>
<li>Generator: method mixins with throws list</li>
<li>Generator: method mixins with generic parameters</li>
<li>RGH: cardinality calculation fix for meta rules usages</li>
<li>Plugin: switch to year-based versions from least "compatible IDE" versions</li>
<li>Generator: overridable parse_root_ and static parse_root_ methods</li>
<li>Generator: support package prefixes</li>
<li>JFlex: move generator output to Messages tool window</li>
<li>JFlex: suppress all inspections in injected fragments</li>
</ul>
<a href="https://github.com/JetBrains/Grammar-Kit/blob/master/CHANGELOG.md">Full change log...</a>
]]>
Expand Down

0 comments on commit 1694755

Please sign in to comment.