summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-10-13 19:40:12 +0200
committerEugen Wissner <belka@caraus.de>2024-10-13 19:40:12 +0200
commitba07f8298bda9b18ea0408988cc2cd2239ce9726 (patch)
tree91059533eb750040e74f75e325399a1b4fe282d2 /CHANGELOG.md
parent1834e5c41e8eb7bccd391d54db9453ba2ecfa3b6 (diff)
downloadgraphql-ba07f8298bda9b18ea0408988cc2cd2239ce9726.tar.gz
Validate repeatable directives
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c492d22..9095874 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ and this project adheres to
### Changed
- `Schema.Directive` is extended to contain a boolean argument, representing
repeatable directives. The parser can parse repeatable directive definitions.
+ Validation allows repeatable directives.
+- `AST.Document.Directive` is a record.
### Fixed
- `gql` quasi quoter recognizeds all GraphQL line endings (CR, LF and CRLF).