From f75d0d85b07399c0772e242dc016696e13fea3e2 Mon Sep 17 00:00:00 2001 From: Gregory Shrago Date: Mon, 23 Nov 2020 18:50:01 +0300 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++++ resources/META-INF/plugin.xml | 16 ++++------------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a1b9c6..4a1ce008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +2020.3.1 + +* Generator: add missing space after comma in types +* Generator: fix double annotations for compiled elements (#251) +* Generator: add override check if mixin present +* Generator: detailed warning on incorrect method spec (#252) + 2020.3 * Generator: add type annotations (in IDE only) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 65fddd27..dd4ab16c 100755 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -14,18 +14,10 @@ -
  • Generator: add type annotations (in IDE only)
  • -
  • Generator: add @override to visitor methods
  • -
  • Generator: do not force child expr consume-type in a non-expr context
  • -
  • Generator: skip "upper" rules in containing rules PSI (#248)
  • -
  • Generator: switch default java version to 11
  • -
  • Generator: use same charset as bnf explicitly
  • -
  • Generator: introduce `generate=[fqn="yes/no"]` option
  • -
  • Editor: highlight missing external methods (#242)
  • -
  • Editor: more class references in strings
  • -
  • Editor: in-place meta arg rename
  • -
  • Editor: fix "redundant character escape" warning (#243)
  • -
  • Compatibility: IntelliJ IDEA 2020.3
  • +
  • Generator: add missing space after comma in types
  • +
  • Generator: fix double annotations for compiled elements (#251)
  • +
  • Generator: add override check if mixin present
  • +
  • Generator: detailed warning on incorrect method spec (#252)
  • Full change log... ]]>