From d2da75a5e01b5ccec1ce4013d9d37657bc86b312 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Tue, 14 Dec 2021 12:00:35 +0000 Subject: [PATCH] [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 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2436af7f52e..fe61171a601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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