From ff212e854038c970813f93b6b77610498fd7eb50 Mon Sep 17 00:00:00 2001 From: Jonas Termansen Date: Wed, 7 Sep 2022 09:46:57 +0000 Subject: [PATCH] Fix old CHANGELOG entry at wrong header lever. Change-Id: If6ccea08ccd27d0ed001892e2d170ca042b40f47 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/257062 Reviewed-by: Alexander Thomas Commit-Queue: Jonas Termansen --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc747bee5e2..7ef0c201187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7224,9 +7224,9 @@ Patch release, resolves three issues: - `import` and `Isolate.spawnUri` now supports the [Data URI scheme](http://en.wikipedia.org/wiki/Data_URI_scheme) on the VM. -## Tool Changes +### Tool Changes -### pub +#### pub - Running `pub run foo` within a package now runs the `foo` executable defined by the `foo` package. The previous behavior ran `bin/foo`. This makes it easy