Update CHANGELOG to reflect removal of dart migrate

Bug: https://github.com/dart-lang/sdk/issues/50319
Change-Id: Ic9ff1aa3432f3ec37feaecaf3f35b43363b76003
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278539
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Paul Berry 2023-01-09 18:06:16 +00:00 committed by Commit Queue
parent 46ee7eb873
commit 8b2d39471e

View file

@ -130,6 +130,12 @@ Updates the Linter to `1.32.0`, which includes changes that
- update `use_build_context_synchronously` to check context properties.
- fix a false positive for `avoid_private_typedef_functions` with generalized type aliases.
#### Migration tool removal
The null safety migration tool (`dart migrate`) has been removed. If you still
have code which needs to be migrated to null safety, please run `dart migrate`
using Dart version 2.19, before upgrading to Dart version 3.0.
## 2.19.0
### Language