Add entry in changelog about security advisories in pub

Change-Id: I207ca64174cde1647671af7002feb6386a1c6444
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/346040
Commit-Queue: Sarah Zakarias <zarah@google.com>
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
This commit is contained in:
Sarah Zakarias 2024-01-15 09:46:05 +00:00 committed by Commit Queue
parent e871af629a
commit bfe68f9ff5

View file

@ -1,5 +1,13 @@
## 3.4.0 ## 3.4.0
### Tools
#### Pub
- Dependency resolution will now show if a dependency is affected by a security
advisory, unless the advisory is listed under a `ignored_advisories` section
in the `pubspec.yaml`. See https://dart.dev/go/pub-security-advisories for
more information about security advisories.
## 3.3.0 ## 3.3.0
### Language ### Language