summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-08-27 10:51:01 +0200
committerEugen Wissner <belka@caraus.de>2024-08-27 10:51:01 +0200
commitb40d8a7e1ef03e6ccbe990572add58cfaa6d8ed9 (patch)
treef803e634f92953b457c8418747d67678754e77c3 /CHANGELOG.md
parent4b5e25a4d84e992910ad4bdf92b0f8a2213493a8 (diff)
downloadgraphql-b40d8a7e1ef03e6ccbe990572add58cfaa6d8ed9.tar.gz
Parse repeatable directive definitions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0117b95..c492d22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to
## [Unreleased]
### Changed
- `Schema.Directive` is extended to contain a boolean argument, representing
- repeatable directives.
+ repeatable directives. The parser can parse repeatable directive definitions.
### Fixed
- `gql` quasi quoter recognizeds all GraphQL line endings (CR, LF and CRLF).