From 787745fe5019eea50a742d88aec8c983e7a8db75 Mon Sep 17 00:00:00 2001 From: Gregory Shrago Date: Wed, 12 Apr 2023 18:36:13 +0400 Subject: [PATCH] 2022.3.2 --- CHANGELOG.md | 12 ++++++++++-- gradle.properties | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac648e96..3a2dffb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index 11923e1a..49155d4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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