summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-05-06 22:23:16 +0200
committerEugen Wissner <belka@caraus.de>2021-05-06 22:23:16 +0200
commit5a5f265fe4bf291c1ef58f5fe452f1e8c69c9ed6 (patch)
tree355fa51dd3e37607afbe536253badc5bed6be5c1 /CHANGELOG.md
parent2220f0ca560ba010f0aa1210dad5379f35554f39 (diff)
downloadgraphql-5a5f265fe4bf291c1ef58f5fe452f1e8c69c9ed6.tar.gz
Validate non-nullable values inside lists
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2854191..ad90db9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to
validation traverser calls it on all list items.
- `valuesOfCorrectTypeRule` doesn't check objects recursively since the
validation traverser calls it on all object properties.
+- Validation of non-nullable values inside lists.
### Changed
- `AST.Document.Value.List` and `AST.Document.ConstValue.ConstList` contain