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