[release] Add release notes for 2.8.4 to the changelog

Change-Id: I5f9c36c92c17d57214eb8e5388ac46c9e10d6cef
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149598
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
Alexander Thomas 2020-06-03 10:12:02 +00:00
parent 01c09391f3
commit 099415b8b8

View file

@ -99,6 +99,14 @@ Updated the Linter to `0.1.116`, which includes:
column will be empty.
* `pub upgrade`: Show summary count of outdated packages after running.
## 2.8.4 - 2020-06-04
This is a patch release that fixes potential memory leaks in the Dart front-end
(issues [#42111][] and [#42112][]).
[#42111]: https://github.com/dart-lang/sdk/issues/42111
[#42112]: https://github.com/dart-lang/sdk/issues/42112
## 2.8.3 - 2020-05-28
This is a patch release that fixes the following issues: