[release] Add 2.5.1 to CHANGELOG.md

TBR=whesse@google.com

Change-Id: Id50b298857133c6b3b89626c8b84f1412c1940be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/119329
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2019-09-30 11:32:25 +00:00
parent d8c5daf17a
commit e39a15b6d6

View file

@ -42,6 +42,13 @@ The Linter was updated to `0.1.98`, which includes:
* new lint: `avoid_equals_and_hash_code_on_mutable_classes`
* extended `avoid_slow_async_io` to flag async `Directory` methods
## 2.5.1 - 2019-09-27
This is a patch release that prevents type inference failures in the analyzer
(Issue [38365][]).
[38365]: https://github.com/dart-lang/sdk/issues/38365
## 2.5.0 - 2019-09-10
### Language