From 329315936f5af9b4c3f798f5d1afef72f3da0312 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Tue, 14 Nov 2023 16:30:40 +0100 Subject: [PATCH] v15.8.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f9a4081..d37978b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ You can find and compare releases at the [GitHub release page](https://github.co ## Unreleased +## v15.8.0 + +### Added + +- Early return when complexity is disabled https://github.com/webonyx/graphql-php/pull/1475 +- Allow access to calculated query complexity https://github.com/webonyx/graphql-php/pull/1475 + +### Fixed + +- Fix PHPStan definition for `SchemaConfig` option `types` https://github.com/webonyx/graphql-php/pull/1479 + ## v15.7.0 ### Added