summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-09-22 04:42:25 +0200
committerEugen Wissner <belka@caraus.de>2020-09-22 04:42:25 +0200
commite9a94147fb5cf6b871268a373fc211cfa50da2fc (patch)
tree8a0c947ec379c56766656c64b5f840eb7064940a /CHANGELOG.md
parent3e393004ae03a717218a805043d9237ca29ac947 (diff)
downloadgraphql-e9a94147fb5cf6b871268a373fc211cfa50da2fc.tar.gz
Validate variables are used
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 88e4276..c808915 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ and this project adheres to
- `variablesAreInputTypesRule`
- `noUndefinedVariablesRule`
- `noUndefinedVariablesRule`
+ - `noUnusedVariablesRule`
- `AST.Document.Field`.
- `AST.Document.FragmentSpread`.
- `AST.Document.InlineFragment`.