Add to changelog

This commit is contained in:
Jarryd Beck 2019-06-18 18:00:16 +10:00
parent 6b6af4f561
commit 9064fdf459

View File

@ -15,6 +15,7 @@ options. The project adheres to semantic versioning.
* Iterator inputs to `parse_positional`.
* Throw an exception if the option in `parse_positional` doesn't exist.
* Parse a delimited list in a single argument for vector options.
* Add an option to disable implicit value on booleans.
### Bug Fixes