From 2ba4683f003d64286b7709929af0064a0a97ccc0 Mon Sep 17 00:00:00 2001 From: pq Date: Tue, 29 Jul 2025 15:29:31 -0700 Subject: [PATCH 1/3] [release] Update CHANGELOG for `M87` --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4fbab3f0b..931c116f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 87 +- Fixes to Flutter test execution (#8233, #8325) +- Internal: support for logging to a dedicated plugin log file (#8253) +- Fixes to ensure the Property Editor loads on all project opens (#8268) + # 86 - New message in DevTools windows for "Dock unpinned" IntelliJ feature (#8181) - Fixes for Slow Operation notifications in the IDEA platform (#7792) From cc307fbeb0e06539362083b958442049f62dac4a Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 30 Jul 2025 07:52:34 -0700 Subject: [PATCH 2/3] ++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931c116f9b..536f2915e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 87 - Fixes to Flutter test execution (#8233, #8325) +- Make android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375) - Internal: support for logging to a dedicated plugin log file (#8253) - Fixes to ensure the Property Editor loads on all project opens (#8268) From 0ae4a3c304eef615b10aafff90a9bddb97cce12a Mon Sep 17 00:00:00 2001 From: pq Date: Wed, 30 Jul 2025 07:53:49 -0700 Subject: [PATCH 3/3] ^ --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 536f2915e1..cf09a9e92b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 87 - Fixes to Flutter test execution (#8233, #8325) -- Make android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375) +- Make Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375) - Internal: support for logging to a dedicated plugin log file (#8253) - Fixes to ensure the Property Editor loads on all project opens (#8268)