From 8559c3c1fdadb6f62998b46d63e43414ebaa2944 Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Fri, 8 Aug 2025 10:32:05 -0700 Subject: [PATCH] Update the CHANGELOG.md with recent fixes for `87.1`. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70e646aa2..f895c8aac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased + +- Register VM service with DTD (#8436) +- Fix for ClassCastException: BadgeIcon on flutter runs (#8426) +- Fix the FlutterDependencyInspection for the analyzer workspaces (#8428) + ## 87 - Fixes to Flutter test execution (#8233, #8325)