This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch 261.x in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
commit f0647e0ab3fdb7e1cdbe950bb0a0553e48341bca Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Mar 28 13:35:39 2026 +0100 docs: update CHANGELOG for 2026.1 platform upgrade Co-Authored-By: Claude Opus 4.6 <[email protected]> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14c4af..6e22719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ ### Changed +- Update `platformVersion` to `2026.1` +- Change since/until build to `261-261.*` (2026.1 only) +- Dependencies - upgrade `org.jetbrains.intellij.platform` to `2.13.1` +- Dependencies - upgrade Gradle to `9.0.0` (required by IntelliJ Platform Gradle Plugin 2.13.1) - Convert pre-release publishing from per-push to nightly schedule - Add two-phase release workflow with prepare and publish steps - Merge PR artifact comment into build workflow @@ -14,6 +18,10 @@ ### Fixed +- Replace deprecated `ReadAction.compute(ThrowableComputable)` with `ReadAction.nonBlocking().executeSynchronously()` (4 call sites) +- Replace deprecated `DaemonCodeAnalyzer.restart(PsiFile)` with `restart(PsiFile, reason)` overload +- Remove deprecated `CompletionType.CLASS_NAME` registration (covered by `CompletionType.BASIC`) + - Fix private and deprecated API usages for JetBrains Marketplace approval: - Replace `IconManager.loadRasterizedIcon()` with `IconLoader.getIcon()` in icon classes - Replace `WebFacet.getWebRoots(boolean)` with `getWebRoots()` (parameter scheduled for removal)
