diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-08-25 12:01:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-08-25 12:01:48 +0200 |
| commit | 4b5e25a4d84e992910ad4bdf92b0f8a2213493a8 (patch) | |
| tree | 6120e2148f1c864904b1cb6a0a1b00d384c42876 /CHANGELOG.md | |
| parent | a4e648d5aa1b51adba3939377c7e5f1c12cd315a (diff) | |
| download | graphql-4b5e25a4d84e992910ad4bdf92b0f8a2213493a8.tar.gz | |
Add repeatable argument to the directive
… schema representation.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e7e1e..0117b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,16 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). ## [Unreleased] +### Changed +- `Schema.Directive` is extended to contain a boolean argument, representing + repeatable directives. + ### Fixed - `gql` quasi quoter recognizeds all GraphQL line endings (CR, LF and CRLF). +### Added +- @specifiedBy directive. + ## [1.3.0.0] - 2024-05-01 ### Changed - Remove deprecated `runCollectErrs`, `Resolution`, `CollectErrsT` from the |
