diff options
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 |
