From a93b7f6c7b0dbcad3f58644306d090e2123cd4ba Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Wed, 19 Jun 2024 09:03:34 -0700 Subject: [PATCH] Update CHANGELOG.md (#2654) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3b7fb0ec..926b200dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features. +7.6.2 +===== +### Bug Fix: +- Revert reduced allocations in `AadIssuerValidator` by not using `string.Replace` where appropriate due to an index out-of-range error. + 7.6.1 ===== ### New Features: