From 88f41271eb3b90dc193e444df1b851db821e6c83 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 7 Dec 2024 18:50:48 +0100 Subject: Add String instances from ToGraphQL and FromGraphQL --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2c5a0..a2aaeeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [Unreleased] +### Removed +- Deprecated `Language.GraphQL.Class.gql` (moved to `Language.GraphQL.TH`). + +### Added +- `String` instances from `ToGraphQL` and `FromGraphQL`. + ## [1.0.6.0] - 2024-12-06 ### Added - `Language.GraphQL.Class.gql` is moved to `Language.GraphQL.TH` where it was @@ -46,6 +53,7 @@ and this project adheres to - JSON serialization. - Test helpers. +[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.6.0...master [1.0.6.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...v1.0.6.0 [1.0.5.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.4.0...v1.0.5.0 [1.0.4.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.3.0...v1.0.4.0 -- cgit v1.2.3