Skip to content

Commit a2e9943

Browse files
committed
docs: indicate that #743 needs a migration
1 parent 06015d2 commit a2e9943

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,16 @@ Version 1.6.0
5757

5858
- Fix issue when :rfc:`RFC9207 <9207>` is enabled and the authorization endpoint response is not a redirection. :pr:`733`
5959
- Fix missing ``state`` parameter in authorization error responses. :issue:`525`
60-
- Support for ``acr`` and ``amr`` claims in ``id_token``. :issue:`734`
6160
- Support for the ``none`` JWS algorithm.
6261
- Fix ``response_types`` strict order during dynamic client registration. :issue:`760`
6362
- Implement :rfc:`RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR) <9101>`. :issue:`723`
6463
- OIDC :class:`UserInfo endpoint <authlib.oidc.core.userinfo.UserInfoEndpoint>` support. :issue:`459`
6564

65+
**Breaking changes**:
66+
67+
- Support for ``acr`` and ``amr`` claims in ``id_token``. :issue:`734`
68+
The ``OAuth2AuthorizationCodeMixin`` must have a migration to support the new fields.
69+
6670
Version 1.5.2
6771
-------------
6872

0 commit comments

Comments
 (0)