summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-06-07 06:16:45 +0200
committerEugen Wissner <belka@caraus.de>2020-06-07 06:16:45 +0200
commit377c87045e468b9a34e7bee40129fcd03e519968 (patch)
tree2489f6fdf413c0869a7143fa7677a7077bc133fc /CHANGELOG.md
parent4c9264c12c15d52e40a245b21acaa70f76cc9ba4 (diff)
downloadgraphql-377c87045e468b9a34e7bee40129fcd03e519968.tar.gz
Add description to the enum type values
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 f7bcf4d..ce71877 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,6 +55,7 @@ and this project adheres to
made private. These types describe intermediate representation used by the
executor internally. Moving was required to avoid cyclic dependencies between
the executor and type system.
+- `AST.Core` doesn't reexports anything.
## [0.7.0.0] - 2020-05-11
### Fixed