summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-02-25 10:15:22 +0100
committerEugen Wissner <belka@caraus.de>2023-02-25 10:15:22 +0100
commit83f2dc1a2d4820a9d58618ff4d3724db420fe3b6 (patch)
treefa3594676bafc37cca24956c0153547516a5ef89 /CHANGELOG.md
parent3b0da4f3d75f2edf60a0a29a015aab1ae14338da (diff)
downloadgraphql-83f2dc1a2d4820a9d58618ff4d3724db420fe3b6.tar.gz
Encode type extensions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d731913..fe0dac5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to
## [Unreleased]
### Added
-- Partial schema printing: schema definition encoder.
+- Schema printing.
- `Semigroup` and `Monoid` instances for `AST.Document.Description`.
### Fixed