diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-09-05 09:14:57 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-09-05 09:14:57 +0200 |
| commit | 7b00e8a0abb91e93e3ea6f86814b4f50219e1bc8 (patch) | |
| tree | 4f04cb57bde749e3703d02c605fa04282db7183e /CHANGELOG.md | |
| parent | 7444895a58b4a92c8972cc8a7fda690ee0d3b955 (diff) | |
| download | graphql-7b00e8a0abb91e93e3ea6f86814b4f50219e1bc8.tar.gz | |
Deprecate unused functions from the old executor
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4773a5c..58fda81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to - Custom `Show` instance for `Type.Definition.Value` (for error messages). - Path information in errors (path to the field throwing the error). +- Deprecation notes in the `Error` module for `Resolution`, `CollectErrsT` and + `runCollectErrs`. These symbols are part of the old executor and aren't used + anymore, it will be deprecated in the future and removed. ### Fixed - Error messages are more concrete, they also contain type information and |
