summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-03 20:41:40 +0100
committerEugen Wissner <belka@caraus.de>2024-12-03 20:41:40 +0100
commit131576e56cb4981938320569dfcf1ca814d8a42a (patch)
tree5e46d13f22aa9a0bdd672f3d24e1f8961de5f010 /CHANGELOG.md
parentc95a5fcd610e3fb816058e8341caf774686f9c82 (diff)
downloadgraphql-spice-131576e56cb4981938320569dfcf1ca814d8a42a.tar.gz
Move gql to Language.GraphQL.TH
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cd95ca..786efde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
+## [Unreleased]
+### Changed
+- `Language.GraphQL.Class.gql` is moved to `Language.GraphQL.TH` where it was
+ before in `graphql`.
+
## [1.0.5.0] - 2024-11-21
### Added
- Add `ToGraphQL` and `FromGraphQL` instances for `Value` and `HashMap`.
@@ -41,6 +46,7 @@ and this project adheres to
- JSON serialization.
- Test helpers.
+[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.5.0...master
[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
[1.0.3.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.2.0...v1.0.3.0