summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-06-30 11:10:46 +0200
committerEugen Wissner <belka@caraus.de>2022-06-30 11:10:46 +0200
commit0dac9701bc3c1048d155d089167659ebcc152199 (patch)
tree0ef97d6b5846727347af37df95e32366d42b9c53 /CHANGELOG.md
parent0d25f482dd33a71b93166b5fb0e6ac9de4a27eac (diff)
downloadgraphql-0dac9701bc3c1048d155d089167659ebcc152199.tar.gz
Document usage of the json flag
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 ff33b3c..d6b856f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,11 @@ and this project adheres to
### Changed
- Removed deprecated `Language.GraphQL.Error` functions: `addErr`, `addErrMsg`,
`singleError`.
+- Deprecate `Resolution`, `CollectErrsT` and `runCollectErrs` in the `Error`
+ module. It was already noted in the documentation that these symbols are
+ deprecated, now a pragma is added.
+- `Language.GraphQL`: Added information about the *json* flag and switching to
+ *graphql-spice* for JSON support.
## [1.0.3.0] - 2022-03-27
### Fixed