summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-12-27 10:37:34 +0100
committerEugen Wissner <belka@caraus.de>2022-12-27 10:38:08 +0100
commita96d4e6ef3b1020d239f0061af5861aadeb278fc (patch)
treeae822d7ca7f3eb03a42ef23d000d9ba7da6d0913 /CHANGELOG.md
parent3ce6e7da461030d7d6f4b356096492c072ce16e2 (diff)
downloadgraphql-a96d4e6ef3b1020d239f0061af5861aadeb278fc.tar.gz
Add Semigroup and Monoid instances for Description
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9edb8c..4f62859 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to
## [Unreleased]
### Added
- Partial schema printing: schema definition encoder.
+- `Semigroup` and `Monoid` instances for `AST.Document.Description`.
## [1.1.0.0] - 2022-12-24
### Changed