diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-05-10 09:43:39 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-05-10 09:43:39 +0200 |
| commit | 1af95345d21ecfaa0823cc5343d2ccc83c89d449 (patch) | |
| tree | 1fc442bf20d116254a39c4ab17659d9e88dcfe68 /CHANGELOG.md | |
| parent | 0d23df3da29cfe0b78af922cea71db5fa1d5c98c (diff) | |
| download | graphql-1af95345d21ecfaa0823cc5343d2ccc83c89d449.tar.gz | |
Deprecate internal error generation functions
The functions generating errors in the executor should be changed anyway
when we provide better error messages from the executor, with the error
location and response path. So public definitions of these functions are
deprecated now and they are replaced by more generic functions in the
executor code.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ad90db9..b18668a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ and this project adheres to ### Changed - `AST.Document.Value.List` and `AST.Document.ConstValue.ConstList` contain location information for each list item. +- `Error`: `singleError`, `addErr` and `addErrMsg` are deprecated. They are + internal functions used by the executor for error handling. ## [0.11.1.0] - 2021-02-07 ### Added |
