summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-12-28 07:07:58 +0100
committerEugen Wissner <belka@caraus.de>2019-12-28 07:07:58 +0100
commitfdf5914626ad172a8a459696f0114ef990c0d5cb (patch)
treed336c133d8ea7929a99b5e2e5bfedaa84d7dd6b2 /CHANGELOG.md
parent78ee76f9d5bd59e6fe97dfb39ca690a473b256b1 (diff)
downloadgraphql-fdf5914626ad172a8a459696f0114ef990c0d5cb.tar.gz
Move AST to AST.Document
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aab1a10..518b53e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,9 +11,11 @@ and this project adheres to
- AST for the GraphQL schema.
### Changed
-- Rename `AST.Definition` into `AST.ExecutableDefinition`.
- `AST.TypeSystemDefinition` and `AST.TypeSystemExtension` can also be
- definitions.
+- Rename `AST.Definition` into `AST.Document.ExecutableDefinition`.
+ `AST.Document.TypeSystemDefinition` and `AST.Document.TypeSystemExtension`
+ can also be definitions.
+- Move all AST data to `AST.Document` and reexport them.
+- Rename `AST.OperationSelectionSet` to `AST.Document.SelectionSet`.
### Removed
- `AST.Field`, `AST.InlineFragment` and `AST.FragmentSpread`.