Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2019-06-18 01:17:26 +0300
committerJarryd Beck <jarro.2783@gmail.com>2019-06-18 01:17:26 +0300
commit4f3fda4bf9592e6867f6076e2c92f409cc85aaa1 (patch)
tree2c2469eead2467cfc864b9c20e96d253b76e50c8
parent7b14d5f60b4692122d33e77ad89f28236ae44fd3 (diff)
Add to changelog for #182
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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