[release] Add 2.17.1 release notes

Change-Id: I9c3489f75745be85437c4e5927ab15b4c8edd68c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245022
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Alexander Thomas 2022-05-17 17:10:33 +00:00
parent fa364d5ef8
commit 9fb27f9842

View file

@ -39,7 +39,19 @@ Updated the Linter to `1.23.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.0
## 2.17.1 - 2022-05-18
This is a patch release that fixes:
- an analyzer plugin crash (issue [#48682][]).
- Dart FFI support for `late` `Finalizable` variables (issue [#49024]).
- `dart compile` on macOS 10.15 (issue [#49010][]).
[#48682]: https://github.com/dart-lang/sdk/issues/48682
[#49024]: https://github.com/dart-lang/sdk/issues/49024
[#49010]: https://github.com/dart-lang/sdk/issues/49010
## 2.17.0 - 2022-05-11
### Language