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