summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDmitrii Skurikhin <dmitrii.sk@gmail.com>2022-01-04 14:40:41 +0300
committerEugen Wissner <belka@caraus.de>2022-01-07 08:31:47 +0100
commit1f7bd92d1105f44d5214c1210d4cefeb8bc1bd8e (patch)
tree665720c2fe6c66e06bdc81c3a5edbe125d1d200b /CHANGELOG.md
parent16cbe3fc28d097965c82fdcefc086205d565e3d0 (diff)
downloadgraphql-1f7bd92d1105f44d5214c1210d4cefeb8bc1bd8e.tar.gz
fix index position in error path
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfd8aa2..554fadf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
+## [1.0.3] - 2021-01-04
+### Fixed
+- Index position in error path. (Index and Segment paths of a field have been swapped)
+
## [1.0.2.0] - 2021-12-26
### Added
- `Serialize` instance for `Type.Definition.Value`.