Skip to content

Commit 787745f

Browse files
committed
2022.3.2
1 parent bf6d563 commit 787745f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Grammar-Kit Changelog
22

33
## [Unreleased]
4-
* Update Platform version to `2022.3.1`
5-
* Fixed Exception with `2023.1 EAP`: "Do not use constructor injection" (#323)
4+
5+
* JFlex: complete classes in java references
6+
* JFlex: support generic java class names #333
7+
* JFlex: extract skeleton from jflex jar #332
8+
* JFlex: update library from 1.7.0-2 to jflex-1.9.1 #325
9+
* JFlex: support both Velocity 1.7 and 2.3 (IJ 232+) #331
10+
11+
## [2022.3.1]
12+
* Update IntelliJ Platform to `2022.3.1`
13+
* Fixed Exception with `2023.1 EAP`: "Do not use constructor injection" #323
614
* Fixed IAE: `FileEditorManagerImpl.$$$reportNull$$$0` (EA-746745)
715
* Fixed PIEAE: `CompositePsiElement.getContainingFile` (EA-746675)
816

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.jetbrains.com/intellij-repository/snapshots
88

99
pluginName=Grammar-Kit
10-
pluginVersion=2022.3.1
10+
pluginVersion=2022.3.2
1111
pluginSinceIdeaBuild=223
1212
ideaVersion=223-EAP-SNAPSHOT
1313

0 commit comments

Comments
 (0)