diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-08-05 09:00:11 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-08-05 09:00:11 +0200 |
| commit | a3354e7f587a8668da8e15f47a95d679aadfa360 (patch) | |
| tree | 5ba1affa7eed789cf30d2864d5d73d785db45728 /CHANGELOG.md | |
| parent | f9dd363457b90bc23e6393e546faefd745c35d0e (diff) | |
| download | graphql-a3354e7f587a8668da8e15f47a95d679aadfa360.tar.gz | |
Make all encoder functions return lazy text
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f80477c..61c9e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. documents with multiple operations. - `Language.GraphQL.Encoder.document` and other encoding functions take a `Formatter` as argument to distinguish between minified and pretty printing. +- All encoder functions return `Data.Text.Lazy`. ### Removed - Unused `Language.GraphQL.Encoder.spaced`. |
