summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-07-07 12:55:42 +0200
committerEugen Wissner <belka@caraus.de>2024-07-07 12:55:42 +0200
commit11ab7e18e13a68f3b846b514193f8b2d2a63be42 (patch)
treec1c28f1155616d17ec177a85e7a205f8af4541a2 /CHANGELOG.md
parent6590cfaae849bf92faa3dd5e96b8bfc8b303881d (diff)
downloadgraphql-spice-11ab7e18e13a68f3b846b514193f8b2d2a63be42.tar.gz
Add `deriveToGraphQL`
… for deriving `ToGraphQL` instances automatically.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 563c304..656fe5a 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]
+### Added
+- Add `deriveToGraphQL` for deriving `ToGraphQL` instances automatically.
+
## [1.0.2.0] - 2023-07-07
### Added
- `ToGraphQL` and `FromGraphQL` instances for `Word` types, `Float`, `Double`,
@@ -26,5 +30,6 @@ and this project adheres to
- JSON serialization.
- Test helpers.
+[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.2.0...master
[1.0.2.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.1.0...v1.0.2.0
[1.0.1.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.0.0...v1.0.1.0