Update CHANGELOG.md for 2.17.6 patch release

This is a patch release that fixes:

- Improve code completion for Flutter (issue [#49054][]).
- Fix crash on ARM (issue [#106510][]).
- Fix compiler crash with Finalizable parameters (issue [#49402][]).

[#49054]: https://github.com/dart-lang/sdk/issues/49054
[#106510]: https://github.com/flutter/flutter/issues/106510
[#49402]: https://github.com/dart-lang/sdk/issues/49402

Change-Id: I9a814603d9793b75b764fd0f384e89017e773c50
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/251109
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse 2022-07-12 10:06:12 +00:00 committed by Commit Bot
parent f6aaa72e58
commit 3224487a07

View file

@ -246,12 +246,24 @@ Updated the Linter to `1.25.0`, which includes changes that
* `dart pub outdated` now shows which of your dependencies are discontinued.
* `dart pub publish` will now list all the files it is about to publish.
## 2.17.6 - 2022-07-13
This is a patch release that:
- Improves code completion for Flutter (issue [#49054][]).
- Fixes a crash on ARM (issue [#106510][]).
- Fixes a compiler crash with Finalizable parameters (issue [#49402][]).
[#49054]: https://github.com/dart-lang/sdk/issues/49054
[#106510]: https://github.com/flutter/flutter/issues/106510
[#49402]: https://github.com/dart-lang/sdk/issues/49402
## 2.17.5 - 2022-06-22
This is a patch release that fixes:
This is a patch release that:
- Improve analysis of enums and switch (issue [#49188]).
- Fix compiler crash when initializing Finalizable objects (issue [#49075]).
- Improves analysis of enums and switch (issue [#49188][]).
- Fixes a compiler crash when initializing Finalizable objects (issue [#49075][]).
[#49188]: https://github.com/dart-lang/sdk/issues/49188
[#49075]: https://github.com/dart-lang/sdk/issues/49075