Mention workspaces in CHANGELOG

Change-Id: I6c2fe0f87292402f5af1399fc6fb4706c32dead6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368342
Reviewed-by: Sarah Zakarias <zarah@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This commit is contained in:
Sigurd Meldgaard 2024-05-28 10:07:09 +00:00 committed by Commit Queue
parent f22752f661
commit 5ae66feaac

View file

@ -31,6 +31,8 @@
#### Pub
- Support for [workspaces](https://dart.dev/go/pub-workspaces). Multiple
related packages can be resolved together when developing.
- New flag `dart pub downgrade --tighten` to restrict lower bounds of
dependencies' constraints to the minimum that can be resolved.