From 8deff185568e4056276982310c95f771c595b182 Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Mon, 7 Oct 2024 13:33:30 +0530 Subject: [PATCH] Add detail of breaking change in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd1e4581..359c6a2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This means that we removed `override.openIdFeature` from the Session recipe configuration - Removed `getJWKS` from the OpenId recipe, as it is already exposed by the JWT recipe - We now automatically initialize the OpenId and JWT recipes even if you do not use the Session recipe +- `getAppDirRequestHandler` for `nextjs` will no longer accept a Response object. ### Migration