summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-02 13:52:51 +0200
committerEugen Wissner <belka@caraus.de>2019-08-02 13:52:51 +0200
commit989e418cc28d93982a2f5ae9de564ce94f00fbb8 (patch)
tree5b79f6b2f053bbc6aa4bea6c6fc06dede67d5852 /CHANGELOG.md
parent4812c8f039b72bb8fae083838dd949f7095f2eee (diff)
downloadgraphql-989e418cc28d93982a2f5ae9de564ce94f00fbb8.tar.gz
Put spaces between tokens in the pretty printer
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d50dcd..f80477c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
### Changed
- `Operation` includes now possible operation name which allows to support
documents with multiple operations.
+- `Language.GraphQL.Encoder.document` and other encoding functions take a
+ `Formatter` as argument to distinguish between minified and pretty printing.
### Removed
- Unused `Language.GraphQL.Encoder.spaced`.