From a3354e7f587a8668da8e15f47a95d679aadfa360 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 5 Aug 2019 09:00:11 +0200 Subject: Make all encoder functions return lazy text --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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`. -- cgit v1.2.3