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>2022-05-11 10:47:37 +0300
committerJarryd Beck <jarro.2783@gmail.com>2022-05-11 10:47:37 +0300
commit5f72b525c2f1f93a6dd454ff6d719d514d86be7d (patch)
tree92d56cc6a64831ab1cab980161e9bd5c43fb0ac0
parentc59e0c132cd955a11d77a83e4929f094a0bcd833 (diff)
Add changelog note
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 220717d..c523055 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@ options. The project adheres to semantic versioning.
* Add a `program()` function to retrieve the program name.
+### Bug Fixes
+
+* Fix `arguments()` having no key for options that only have a short name.
+
## 3.0
### Changed