summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b18668a..174e6dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ and this project adheres to
### Added
- `Language.GraphQL.Execute.OrderedMap` is a map data structure, that preserves
insertion order.
+- `Language.GraphQL.Schema.schemaWithTypes` constructs a complete schema,
+ including an optional schema description and user-defined types not referenced
+ in the schema directly (for example interface implementations).
+- `Language.GraphQL.Schema.description` returns the optional schema description.
### Fixed
- Parser now accepts empty lists and objects.