Add CHANGELOG entries for the new executor

This commit is contained in:
2021-09-04 07:12:34 +02:00
parent b96d75f447
commit de4f69ab03
3 changed files with 13 additions and 6 deletions

View File

@ -7,9 +7,16 @@ and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
### Fixed
- Provide a custom `Show` instance for `Type.Definition.Value` (for error
### Added
- Custom `Show` instance for `Type.Definition.Value` (for error
messages).
- Path information in errors (path to the field throwing the error).
### Fixed
- Error messages are more concrete, they also contain type information and
wrong values, where appropriate and possible.
- If the field with an error is Non-Nullable, the error is propagated to the
first nullable field, as required by the specification.
## [1.0.0.0]
### Added