1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

[release] Add 2.15.1 to the changelog

Change-Id: I16329c5526533bde598c0557bf3d538b42e19046
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/223802
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Alexander Thomas 2021-12-14 12:00:35 +00:00
parent baf56df325
commit d2da75a5e0

View File

@ -64,6 +64,17 @@ Updated the Linter to `1.16.0`, which includes changes that
- adds new lint: `use_decorated_box`.
- improves docs for `omit_local_variable_types`.
## 2.15.1 - 2021-12-14
This is a patch release that fixes:
- an AOT compilation failure in some Flutter apps (issue [#47878][]).
- `dart pub publish` for servers with a path in the URL (pr
[dart-lang/pub#3244][]).
[#47878]: https://github.com/dart-lang/sdk/issues/47878
[dart-lang/pub#3244]: https://github.com/dart-lang/pub/pull/3244
## 2.15.0 - 2021-12-08
### Language