[release] Add 2.17.2 release notes

Change-Id: I18e92d65698804073de8c9920d7aca08283dfb60
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/246441
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
William Hesse 2022-05-30 14:50:39 +00:00
parent f37225c4ad
commit c326007193

View file

@ -93,6 +93,16 @@ Updated the Linter to `1.24.0`, which includes changes that
It can still be created with the `--legacy-packages-file` flag.
* `dart pub outdated` now shows which of your dependencies are discontinued.
## 2.17.2 - 2022-06-01
This is a patch release that fixes:
- a Dart VM compiler crash (issue [#100375][]).
- code completion when writing method overrides (issue [#49086][]).
[#100375]: https://github.com/flutter/flutter/issues/100375
[#49086]: https://github.com/dart-lang/sdk/issues/49086
## 2.17.1 - 2022-05-18
This is a patch release that fixes: