summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-01-17 12:22:29 +0100
committerEugen Wissner <belka@caraus.de>2020-01-17 12:29:06 +0100
commit3ef27f9d112fcd035a8d351b6e246768355854ae (patch)
tree7def84ea1bd1a64696c1daf7c3590d5e49c76eb9 /CHANGELOG.md
parentba710a3c968f954d69d3412d91b06debb4fc5a6d (diff)
downloadgraphql-3ef27f9d112fcd035a8d351b6e246768355854ae.tar.gz
Add "extend symbol" lexer to parse extensions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d48c39f..22da347 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@ and this project adheres to
- Rename `AST.OperationSelectionSet` to `AST.Document.SelectionSet`.
- Make `Schema.Subs` a `Data.HashMap.Strict` (was a function
`key -> Maybe value` before).
+- Make `AST.Lexer.at` a text (symbol) parser. It was a char before and is
+ `symbol "@"` now.
### Removed
- `AST.Field`, `AST.InlineFragment` and `AST.FragmentSpread`.