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>2021-10-20 23:47:55 +0300
committerJarryd Beck <jarro.2783@gmail.com>2021-10-20 23:47:55 +0300
commite8b5befff82b3340fd9e91e1d9ce000926de6ec8 (patch)
tree02e5eda4022168bb60b88fa31079df88e38e119b
parentd2f0bbfed1fb3618715cf9729170288ef86476ee (diff)
Add changes for 3.0 release
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df0e110..c50fae0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,10 +15,19 @@ options. The project adheres to semantic versioning.
* Change argument type in `Options::parse` from `char**` to `const char**`.
* Refactor parser to not change its arguments.
* `ParseResult` doesn't depend on a reference to the parser.
+* Fixed several warnings and code quality issues.
+* Improved formatting for help descriptions.
+* Improve integer parsing.
### Added
* A list of unmatched arguments is available in `ParseResult`.
+* Support single letter options with argument attached.
+* Use <optional> if it is present.
+
+### Bug Fixes
+
+* Fix missing option name in exception.
## 2.2