summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-09-04 07:12:34 +0200
committerEugen Wissner <belka@caraus.de>2021-09-04 07:12:34 +0200
commitde4f69ab0312edfd7c0deb033aa6103442eb3ec8 (patch)
tree001d8b7b9cf4863bbdbc5821a679177f4fcb23db /CHANGELOG.md
parentb96d75f447ddfdea4a4788126f4b4d002672d858 (diff)
downloadgraphql-de4f69ab0312edfd7c0deb033aa6103442eb3ec8.tar.gz
Add CHANGELOG entries for the new executor
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 998720a..4773a5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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