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 11:17:24 +0300
committerJarryd Beck <jarro.2783@gmail.com>2019-06-18 11:17:24 +0300
commite6858d3429e0ba5fe6f42ce2018069ce992f3d26 (patch)
treeaf29857a041d0f99b1751d88702f7f1b0afa95b5
parent9910095719931f4a1a3be74d3a5d631851474ff8 (diff)
Add to changelog for #170v2.2.0
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cc0700..96319a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ options. The project adheres to semantic versioning.
* Allow integers to have leading zeroes.
* Build the tests by default.
+* Don't check for container when showing positional help.
### Added