Skip to content

Commit 94a52c4

Browse files
committed
chore(idea): update marketplace release notes fallback
1 parent 7f0c371 commit 94a52c4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

mpp-idea/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,8 @@ project(":") {
549549
renderedChangeNotes.ifBlank {
550550
"""
551551
<ul>
552-
<li>Restore DevIn command completion for Swing-based IDEA input fields.</li>
553-
<li>Upgrade IntelliJ Platform Gradle Plugin to 2.16.0 and target IntelliJ IDEA 2025.2.6.2.</li>
554-
<li>Upgrade Gradle wrapper to 9.0.0, IDEA plugin compilation target to JDK 21, and Compose Multiplatform to 1.11.1.</li>
552+
<li>Remove IntelliJ 2026.2 verifier internal API usages from inlay rendering and MCP request parsing.</li>
553+
<li>Add IntelliJ IDEA 2026.2 EAP builds to local plugin verifier coverage.</li>
555554
</ul>
556555
""".trimIndent()
557556
}

0 commit comments

Comments
 (0)