Version bump, CHANGELOG and some gardening

This commit is contained in:
Danny Navarro 2015-09-14 17:26:09 +02:00
parent 7cf2b59331
commit 6dda6686da
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ but the idea is to be a Haskell port of
should include:
- [x] GraphQL AST
- [ ] Parser for the GraphQL language.
- [x] Parser for the GraphQL language. See TODO for caveats.
- [ ] GraphQL Schema AST.
- [ ] Parser for the GraphQL Schema language.
- [ ] Interpreter of GraphQL requests.