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-08-23 01:26:16 +0300
committerJarryd Beck <jarro.2783@gmail.com>2019-08-23 01:26:16 +0300
commit4a0af0e95038450baa160ed7ba863072c39f457c (patch)
treef6ffd0fd9ce692137cba75e66d259c4aacdf826f /CHANGELOG.md
parentf4f4ece8096bbe0be081250d2ae6e2a617c97d5f (diff)
Fix parsing char type
Fixes #201. Parse char type correctly and check for length.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd0eed1..4bddcff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ options. The project adheres to semantic versioning.
* Allow for exceptions to be disabled.
* Fix duplicate default options when there is a short and long option.
* Add `CXXOPTS_NO_EXCEPTIONS` to disable exceptions.
+* Fix char parsing for space and check for length.
## 2.2