From 4f3fda4bf9592e6867f6076e2c92f409cc85aaa1 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Tue, 18 Jun 2019 08:17:26 +1000 Subject: [PATCH] Add to changelog for #182 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014eab5..7a20736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,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. ### Bug Fixes