diff --git a/plugin/src/main/resources/META-INF/plugin.xml b/plugin/src/main/resources/META-INF/plugin.xml
index 6b006cd3..2fdb6b3a 100644
--- a/plugin/src/main/resources/META-INF/plugin.xml
+++ b/plugin/src/main/resources/META-INF/plugin.xml
@@ -2,12 +2,13 @@
org.jetbrains.research.refactorinsight
RefactorInsight
JetBrains
- 2022.3-1.0
+ 2022.3-2.0
Enhances IDE representation of code changes with refactoring information.
- Supports Java and Kotlin.
+ - Marks refactoring changes in code diffs with a gutter.
- Folds refactorings in diffs and shows hints with their descriptions.
- Detects refactorings in Pull Requests.
- Detects refactorings at any specific commit selected in the Git Log tab.
@@ -16,6 +17,12 @@
]]>
2022.3-2.0
+
+ - Mark refactoring changes in code diffs with a gutter.
+ - Detect more refactoring types.
+
+
2022.3-1.0
- Add compatibility with IDEA 2022.3