Add a CHANGELOG entry for the show type fix

This commit is contained in:
Eugen Wissner 2023-10-14 16:40:19 +02:00
parent fdc43e4e25
commit 7c78497e04
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to
## [Unreleased]
### Fixed
- `gql` removes not only leading `\n` but also `\r`.
- Fix non nullable type string representation in executor error messages.
## [1.2.0.1] - 2023-04-25
### Fixed