summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-02-11 12:02:08 +0100
committerEugen Wissner <belka@caraus.de>2021-02-11 12:02:08 +0100
commit1e8405a6d6de8d7a5a1323ba11e48fb4fb852b80 (patch)
tree274bce54196b05605022132768437eceda32e649 /CHANGELOG.md
parent2839b2859072189a9e97342fc106e49127112af2 (diff)
downloadgraphql-1e8405a6d6de8d7a5a1323ba11e48fb4fb852b80.tar.gz
Document AST.Document.escape
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 37ac5fe..6f400c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
+## [Unreleased]
+
## [0.11.1.0] - 2021-02-07
### Added
- `Validate.Rules`:
@@ -413,6 +415,7 @@ and this project adheres to
### Added
- Data types for the GraphQL language.
+[Unreleased]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=master&rev_to=v0.11.1.0
[0.11.1.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v0.11.1.0&rev_to=v0.11.0.0
[0.11.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v0.11.0.0&rev_to=v0.10.0.0
[0.10.0.0]: https://www.caraus.tech/projects/pub-graphql/repository/23/diff?rev=v0.10.0.0&rev_to=v0.9.0.0