fix empty list argument parsing

This commit is contained in:
Dmitrii Skurikhin
2022-01-06 16:49:54 +03:00
committed by Eugen Wissner
parent 73585dde85
commit 0c8edae90a
3 changed files with 59 additions and 27 deletions

View File

@ -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