diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-02-19 11:26:27 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-02-19 11:26:27 +0100 |
| commit | 7c146fe41620ebf2166d797cfc54070fd69f3fd8 (patch) | |
| tree | 1e72c25a1c158fde68a5d289eb8466e520826317 /CHANGELOG.md | |
| parent | 5306730ff8c32d4a6bddb712cd5560d8c7ca4b0f (diff) | |
| download | graphql-spice-7c146fe41620ebf2166d797cfc54070fd69f3fd8.tar.gz | |
Add ToGraphQL and `romGraphQL` instances for Word
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 2f4f4f8..1318a8d 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 +- `ToGraphQL` and `FromGraphQL` instances for `Word`. + ## [1.0.1.0] - 2023-02-17 ### Added - `ToGraphQL` and `FromGraphQL` typeclasses with instances for basic types. @@ -16,4 +20,5 @@ and this project adheres to - JSON serialization. - Test helpers. +[Unreleased]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=master&rev_to=v1.0.1.0 [1.0.1.0]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=v1.0.1.0&rev_to=v1.0.0.0 |
