summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDmitrii Skurikhin <dmitrii.sk@gmail.com>2022-01-06 16:49:54 +0300
committerEugen Wissner <belka@caraus.de>2022-01-09 09:00:56 +0100
commit0c8edae90af9ca9033dc106756cf8ce29c08087b (patch)
treed69d80fccadfde2afe6906031363d976fcf11ec4 /CHANGELOG.md
parent73585dde85f9f0a5f88230768ae50cf4ea2c49b9 (diff)
downloadgraphql-0c8edae90af9ca9033dc106756cf8ce29c08087b.tar.gz
fix empty list argument parsing
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc051d3..f9f7926 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,9 @@ and this project adheres to
## [Unreleased]
### Fixed
-- Index position in error path. (Index and Segment paths of a field have been swapped)
+- Index position in error path. (Index and Segment paths of a field have been
+ swapped).
+- Parsing empty list as an argument.
## [1.0.2.0] - 2021-12-26
### Added