diff --git a/release-notes/2.2/2.2.1/2.2.1-commits.md b/release-notes/2.2/2.2.1/2.2.1-commits.md index 179a1481..ba9ebabe 100644 --- a/release-notes/2.2/2.2.1/2.2.1-commits.md +++ b/release-notes/2.2/2.2.1/2.2.1-commits.md @@ -19,3 +19,11 @@ This is a curated list of commits across the .NET Core 2.2.1 development cycle. ## CoreFX * [`[8268b1acc6]`](https://github.com/dotnet/corefx/commit/8268b1acc6) QueryDirectoryFile requires 64 bit alignment to work on ARM32. (#33713) (#33754) + +## ASPNetCore + +* [`[edcee859f0]`](https://github.com/aspnet/AspNetCore/commit/edcee859f0) Convert Identity to Reference (#6086) +* [`[019ba081d3]`](https://github.com/aspnet/AspNetCore/commit/019ba081d3) Fix flakiness in RequestsCanBeAbortedMidRead (#4881) +* [`[96ea326664]`](https://github.com/aspnet/AspNetCore/commit/96ea326664) Document custom reference resolution (#4806) +* [`[0646bb98b0]`](https://github.com/aspnet/AspNetCore/commit/0646bb98b0) Call Flush With fMoreData=false when response isn't allowed to have body (#4403) +* [`[f7c26f9912]`](https://github.com/aspnet/AspNetCore/commit/f7c26f9912) [2.2.1] Use non-pinnable buffer for zero byte read (#4066) \ No newline at end of file