summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-07-02 09:28:03 +0200
committerEugen Wissner <belka@caraus.de>2021-07-02 09:28:03 +0200
commitb99bb722722b8d7a40445a3e8af7b6b3f09cf770 (patch)
tree5ddafd033acbd0f9a048253a681384b3554876d5 /CHANGELOG.md
parentb580d1a98880749c1473c11b790d3ec622fe00ad (diff)
downloadgraphql-b99bb722722b8d7a40445a3e8af7b6b3f09cf770.tar.gz
Report subscription error locations
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6abc211..65a8f6e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@ and this project adheres to
including an optional schema description and user-defined types not referenced
in the schema directly (for example interface implementations).
- `Language.GraphQL.Schema.description` returns the optional schema description.
+- All errors that can be associated with a location in the query contain
+ location information.
### Fixed
- Parser now accepts empty lists and objects.