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 c3609e5..5f3907c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). ## [Unreleased] +## Added +- `AST` reexports `AST.Parser`. + ## Changed - `Trans.ActionT` is renamed to `ResolverT`. Since `Type.Out.Resolver` has gone it is a better name for GraphQL resolvers. +- `AST.Core` contained only `Arguments` which was moved to `Type.Definition`. + `AST` provides now only functionality related to parsing and encoding, as it + should be. ## Removed - `Type.Out.Resolver`: It is an unneeded layer of complexity. Resolvers are a |
