update changelog on main to include dart 2.18.5 hotfix notes.

Change-Id: Ic3cfe61db296d2ed1500fc0756ee3f6f29832f07
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272880
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
This commit is contained in:
Kevin Chisholm 2022-12-01 13:54:43 +00:00 committed by Commit Queue
parent 89b6ba91ba
commit 3e968e5fc4

View file

@ -323,6 +323,16 @@ Updated the Linter to `1.31.0`, which includes changes that
- **Breaking change** [49473](https://github.com/dart-lang/sdk/issues/49473):
dart2js no longer supports HTTP URIs as inputs.
## 2.18.5 - 2022-11-23
- fixes an error on private variable setters in mixins on dart web
(issue [#50119][]).
- fixes the handling of type parameter nullability in factory constructors
(issue [#50392][]).
[#50119]: https://github.com/dart-lang/sdk/issues/50119
[#50392]: https://github.com/dart-lang/sdk/issues/50392
## 2.18.4 - 2022-11-02
This is a patch release that fixes crashes during hot reload