diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-11-05 19:39:16 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-11-05 19:39:16 +0100 |
| commit | 6f7bb10a62163cd50f520687fe6300593530265c (patch) | |
| tree | cb2f92058361a235e249d80f48011202f3c3b4fa /CHANGELOG.md | |
| parent | fda4b4fce4aacacb08ef4caeaddd3cf9196a9b64 (diff) | |
| download | graphql-6f7bb10a62163cd50f520687fe6300593530265c.tar.gz | |
Remove deprecated gql quasi quoter
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dda90c..ab2109b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [Unreleased] +### Changed +- Remove deprecated 'gql' quasi quoter. + ## [1.4.0.0] - 2024-10-26 ### Changed - `Schema.Directive` is extended to contain a boolean argument, representing @@ -538,6 +542,7 @@ and this project adheres to ### Added - Data types for the GraphQL language. +[Unreleased]: https://git.caraus.tech/OSS/graphql/compare/v1.4.0.0...master [1.4.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.3.0.0...v1.4.0.0 [1.3.0.0]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.3...v1.3.0.0 [1.2.0.3]: https://git.caraus.tech/OSS/graphql/compare/v1.2.0.2...v1.2.0.3 |
