summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-07 18:50:48 +0100
committerEugen Wissner <belka@caraus.de>2024-12-07 18:50:48 +0100
commit88f41271eb3b90dc193e444df1b851db821e6c83 (patch)
tree95215a6b98c6149bf99302edc2c5c647c65eb581 /CHANGELOG.md
parentb399bddb90b367fd0eb06766eb96863d7cc8fd98 (diff)
downloadgraphql-spice-88f41271eb3b90dc193e444df1b851db821e6c83.tar.gz
Add String instances from ToGraphQL and FromGraphQL
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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