1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

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 <athom@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
This commit is contained in:
Jonas Termansen 2022-09-07 09:46:57 +00:00 committed by Commit Bot
parent 05ddb78364
commit ff212e8540

View File

@ -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