From 136037b7fbfed2dab081b56606912a68fc5b6b0f Mon Sep 17 00:00:00 2001 From: Dan Chevalier Date: Thu, 29 Jun 2023 15:14:54 -0400 Subject: [PATCH] Update release notes --- packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md index 4890cd43a9f..c3b8cbf01c5 100644 --- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md +++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md @@ -9,6 +9,7 @@ Dart & Flutter DevTools - A Suite of Performance Tools for Dart and Flutter - Improve DevTools tab bar navigation when the list of tabs is long - [#5875](https://github.com/flutter/devtools/pull/5875) - Clear registered service methods between app connections - [#5960](https://github.com/flutter/devtools/pull/5960) +- Fix overlay notifications so they cover the area that their background blocks - [#5975](https://github.com/flutter/devtools/pull/5975) ## Inspector updates