diff --git a/UPGRADE.md b/UPGRADE.md index a9d7256..99d2150 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,3 +1,8 @@ +## Master + +### Breaking (major): dropped deprecations + - dropped deprecated `GraphQL\Schema`. Use `GraphQL\Type\Schema`. + ## Upgrade v0.12.x > v0.13.x ### Breaking (major): minimum supported version of PHP diff --git a/src/Schema.php b/src/Schema.php deleted file mode 100644 index 351047a..0000000 --- a/src/Schema.php +++ /dev/null @@ -1,22 +0,0 @@ -