Skip to content

Commit

Permalink
[release] Add 2.17.4 release notes
Browse files Browse the repository at this point in the history
This is a patch release that fixes:

- Improve analysis of enums and switch (issue [#49188]).
- Fix compiler crash when initializing Finalizable objects (issue [#49075]).

[#49188]: #49188
[#49075]: #49075

Change-Id: If2059474ce2acbadf7f3c6e407f0087d262e2842
  • Loading branch information
whesse committed Jun 20, 2022
1 parent 52c485c commit 83e16cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<<<<<<< HEAD
## 2.17.4 - 2022-06-20

This is a patch release that fixes:

- Improve analysis of enums and switch (issue [#49188]).
- Fix 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

## 2.17.3 - 2022-06-01

This is a patch release that fixes:
Expand Down

0 comments on commit 83e16cf

Please sign in to comment.