summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-03-16 10:08:13 +0100
committerEugen Wissner <belka@caraus.de>2021-03-16 10:08:13 +0100
commit328e6acdeeaafa27501d6bcc88b5b79704791210 (patch)
treef4fbd80337cca885fef63e53e904010955e73f83 /CHANGELOG.md
parent4d762d635666a954000be76832303eb3170f4ee2 (diff)
downloadgraphql-328e6acdeeaafa27501d6bcc88b5b79704791210.tar.gz
Emit list item errors once
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 017a14c..eec1c07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,12 @@ and this project adheres to
### Fixed
- Parser now accepts empty lists and objects.
- Parser now accepts all directive locations.
+- `valuesOfCorrectTypeRule` doesn't check list items recursively since the
+ validation traverser calls it on all list items.
+
+### Changed
+- `AST.Document.Value.List` and `AST.Document.ConstValue.ConstList` contain
+ location information for each list item.
## [0.11.1.0] - 2021-02-07
### Added