浏览代码

Update whats-new.adoc with gh-9812

Joe Grandja 3 年之前
父节点
当前提交
4a8219d16c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/modules/ROOT/pages/whats-new.adoc

+ 2 - 0
docs/modules/ROOT/pages/whats-new.adoc

@@ -15,6 +15,7 @@ Below are the highlights of the release.
 * OAuth 2.0 Client
 
 ** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
+** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerOAuth2AuthorizedClientProvider`
 
 [[whats-new-webflux]]
 == WebFlux
@@ -22,3 +23,4 @@ Below are the highlights of the release.
 * OAuth 2.0 Client
 
 ** Allow configuring https://github.com/spring-projects/spring-security/issues/6548[PKCE for confidential clients]
+** Allow configuring a https://github.com/spring-projects/spring-security/issues/9812[JWT assertion resolver] in `JwtBearerReactiveOAuth2AuthorizedClientProvider`