summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-06-29 19:18:35 +0200
committerEugen Wissner <belka@caraus.de>2023-06-29 19:18:35 +0200
commit62cf943b876c9006bf14e37001a2ee2fe4ed4b1a (patch)
tree058a08cb2b62e88a45e6a637130bb00055acc38e /CHANGELOG.md
parent36f45861ded111c2cbe69cb28e068583a4b9030f (diff)
downloadgraphql-spice-62cf943b876c9006bf14e37001a2ee2fe4ed4b1a.tar.gz
Add LocalTime and TimeOfDay instances
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb189ba..a6f2a7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ and this project adheres to
- `ToGraphQL` and `FromGraphQL` instances for `Word` types, `Float`, `Double`,
and `Scientific`.
- `ToGraphQL` and `FromGraphQL` instances for `Day`, `DiffTime`,
- `NominalDiffTime`, and `UTCTime`.
+ `NominalDiffTime`, `UTCTime`, `LocalTime` and `TimeOfDay`.
- `Resolver`: Export `ServerException`.
- `Resolver.defaultResolver`: Throw `FieldNotResolvedException` if the requested
field is not in the parent object.