From d1e38ae32114ee9f645b155e389fd4039dd914d6 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Mon, 2 Oct 2023 10:55:37 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50508ca9df..61cab5a559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,15 @@ The following have been deprecated, and will be removed in future major releases The following changes have been implemented but not released yet: +### Bugfixes + +#### browser + +- [Mismatching redirect URI](https://github.com/inrupt/solid-client-authn-js/issues/2891) on refresh: the root cause of the bug was a race + condition because of the asynchronous nature of updating the browser URL. The appropriate event is now awaited for, which should prevent + the issue from manifesting. + + ## [1.17.2](https://github.com/inrupt/solid-client-authn-js/releases/tag/v1.17.2) - 2023-09-15 ### Bugfixes