diff options
| author | Sam Nolan <samnolan555@gmail.com> | 2019-11-27 19:18:20 +1100 |
|---|---|---|
| committer | Sam Nolan <samnolan555@gmail.com> | 2019-11-28 19:09:26 +1100 |
| commit | def52ddc202dc43f75ce5aebee3e448b263bde12 (patch) | |
| tree | c56816a80183928c6815f8a7279f3799313ddf4e /CHANGELOG.md | |
| parent | 34977849849cf72439ec6db61d641d70ee82dfb5 (diff) | |
| download | graphql-def52ddc202dc43f75ce5aebee3e448b263bde12.tar.gz | |
Fix strings not consuming spaces
Fixes #28
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 6420035..1b41dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## Unreleased +### Fixed +- Parsing multiple string arguments, such as + `login(username: "username", password: "password")` would fail on the comma + due to strings not having a space consumer. + ## [0.6.0.0] - 2019-11-27 ### Changed - `Language.GraphQL.Encoder` moved to `Language.GraphQL.AST.Encoder`. |
