From b5bccf1726d8c94f2b1ef5e8250ddc070aed2442 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 27 Mar 2023 17:12:30 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f985b4d..330258a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ This release also introduces support for a number of additional Management API e **Added** +- **State Management** + + - Added `Auth0\SDK\Auth0::refreshState()` to force a refresh of the SDK's internal state. This is useful when you have updated the SDK's configuration and want to ensure the SDK is using the latest values. + - **Management API** - `Auth0\APIs\Management\Users` - `DELETE /users/:id/authenticators` → `deleteAllAuthenticators()` ([#702](https://github.com/auth0/auth0-PHP/pull/702)) ([Documentation](https://auth0.github.io/auth0-PHP/API/Management/Management.html#method-deleteAllAuthenticators)) @@ -24,7 +28,8 @@ This release also introduces support for a number of additional Management API e **Fixed** -- Wherein calls to certain methods under `Auth0\SDK\API\Authentication` with manually assigned `client_id` or `client_secret` parameters could have those values overwritten by the SDK's assigned configuration. [\#705](https://github.com/auth0/auth0-PHP/issues/705) +- Transient storage would sometimes not be fully cleared after a successful code exchange under certain conditions. +- Calls to certain methods under `Auth0\SDK\API\Authentication` with manually assigned `client_id` or `client_secret` parameters could have those values overwritten by the SDK's assigned configuration. [\#705](https://github.com/auth0/auth0-PHP/issues/705) **Changed**