Skip to content

Commit

Permalink
2022.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Apr 12, 2023
1 parent bf6d563 commit 787745f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Grammar-Kit Changelog

## [Unreleased]
* Update Platform version to `2022.3.1`
* Fixed Exception with `2023.1 EAP`: "Do not use constructor injection" (#323)

* JFlex: complete classes in java references
* JFlex: support generic java class names #333
* JFlex: extract skeleton from jflex jar #332
* JFlex: update library from 1.7.0-2 to jflex-1.9.1 #325
* JFlex: support both Velocity 1.7 and 2.3 (IJ 232+) #331

## [2022.3.1]
* Update IntelliJ Platform to `2022.3.1`
* Fixed Exception with `2023.1 EAP`: "Do not use constructor injection" #323
* Fixed IAE: `FileEditorManagerImpl.$$$reportNull$$$0` (EA-746745)
* Fixed PIEAE: `CompositePsiElement.getContainingFile` (EA-746675)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.jetbrains.com/intellij-repository/snapshots

pluginName=Grammar-Kit
pluginVersion=2022.3.1
pluginVersion=2022.3.2
pluginSinceIdeaBuild=223
ideaVersion=223-EAP-SNAPSHOT

Expand Down

0 comments on commit 787745f

Please sign in to comment.