diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
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 |
