diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-06-30 11:10:46 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-06-30 11:10:46 +0200 |
| commit | 0dac9701bc3c1048d155d089167659ebcc152199 (patch) | |
| tree | 0ef97d6b5846727347af37df95e32366d42b9c53 /CHANGELOG.md | |
| parent | 0d25f482dd33a71b93166b5fb0e6ac9de4a27eac (diff) | |
| download | graphql-0dac9701bc3c1048d155d089167659ebcc152199.tar.gz | |
Document usage of the json flag
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 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 |
