Skip to content

Commit b5bccf1

Browse files
committed
Update CHANGELOG.md
1 parent be87ee9 commit b5bccf1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This release also introduces support for a number of additional Management API e
1010

1111
**Added**
1212

13+
- **State Management**
14+
15+
- 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.
16+
1317
- **Management API**
1418
- `Auth0\APIs\Management\Users`
1519
- `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
2428

2529
**Fixed**
2630

27-
- 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)
31+
- Transient storage would sometimes not be fully cleared after a successful code exchange under certain conditions.
32+
- 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)
2833

2934
**Changed**
3035

0 commit comments

Comments
 (0)