From 0181ce4b0387cbad59ab654614e6f7472a195509 Mon Sep 17 00:00:00 2001 From: Bert Jansen Date: Wed, 24 Apr 2024 14:02:34 +0200 Subject: [PATCH] Merge of #896. Thanks @JoaoCruz2001 --- src/lib/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/CHANGELOG.md b/src/lib/CHANGELOG.md index 123b02b3d..dbf0e0d80 100644 --- a/src/lib/CHANGELOG.md +++ b/src/lib/CHANGELOG.md @@ -17,7 +17,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Optimizations to "TokenParser" performance #964 [fzbm - Florian Zink] - Added support for vanity URLs in the `GetSitePropertiesById` extension method #1012 [koenzomers - Koen Zomers] - Bumped version of Microsoft.Identity.Client package version to 4.60.3 #1014 [gautamdsheth - Gautam Sheth] -- fix issue in ConfigureOnPremisesContext causing 403 forbidden responses on on-premise environments #1011 [nathan-swannet - Nathan Swannet] +- Fix issue in ConfigureOnPremisesContext causing 403 forbidden responses on on-premise environments #1011 [nathan-swannet - Nathan Swannet] +- Fix "The request was already sent" error when getting app metadata (using AppManager) #896 [JoaoCruz2001 - João Cruz] ## [1.15.0]