From 5654b78935b38a88f3dd4998eb8667a2695aea14 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 12 Apr 2021 07:09:39 +0200 Subject: Traverse input object properties once --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index eec1c07..2854191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,10 @@ 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 +- `valuesOfCorrectTypeRule` doesn't check lists recursively since the validation traverser calls it on all list items. +- `valuesOfCorrectTypeRule` doesn't check objects recursively since the + validation traverser calls it on all object properties. ### Changed - `AST.Document.Value.List` and `AST.Document.ConstValue.ConstList` contain -- cgit v1.2.3