[release] Add release notes for 2.13.1

Change-Id: I896d729e1b6a1b38acc90235ed110ab5f906d6de
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200874
Reviewed-by: Michael Thomsen <mit@google.com>
This commit is contained in:
Alexander Thomas 2021-05-21 10:42:11 +00:00
parent d8bbd356a9
commit d9f03e9580

View file

@ -138,6 +138,16 @@ Updated the Linter to `1.4.0`, which includes:
}
```
## 2.13.1 - 2021-05-25
This is a patch release that fixes:
* incorrect behavior in CastMap (issue [#45473][]).
* missing nullability from recursive type hierarchies in DDC (issue [#45767][]).
[#45473]: https://github.com/dart-lang/sdk/issues/45473
[#45767]: https://github.com/dart-lang/sdk/issues/45767
## 2.13.0 - 2021-05-18
### Language