summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-29 07:40:50 +0200
committerEugen Wissner <belka@caraus.de>2019-08-29 07:40:50 +0200
commitc1943c1979a0bfd37dae3a87d863f06938176baf (patch)
tree751ab644dc5e0feaba374a528bb3ab4eebf51105 /CHANGELOG.md
parent5175586def05410890023ab340b8381045de6811 (diff)
downloadgraphql-c1943c1979a0bfd37dae3a87d863f06938176baf.tar.gz
Document all public symbols.
Mostly basic documentation. Fixes #4.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 060ccab..1b2a8e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
### Added
- Minimal documentation for all public symbols.
+### Deprecated
+- Language.GraphQL.AST.FragmentName. Replaced with Language.GraphQL.AST.Name.
+
## [0.5.0.0] - 2019-08-14
### Added
- `executeWithName` executes an operation with the given name.