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-07-13 00:22:01 +0300
committerJarryd Beck <jarro.2783@gmail.com>2022-07-13 00:22:01 +0300
commit43ebb494750656b30a95ba9f12532b4700087a04 (patch)
treed1fb42c0e3a301aa0de534971a16ea5b47d5b0f0
parent9cd015ac3765220030f4db1a78b6ec98dfa58439 (diff)
Add changelog entry
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f5203d..807beda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ options. The project adheres to semantic versioning.
* Add a `program()` function to retrieve the program name.
* Added a .clang-format file.
+### Changed
+
+* Cleanup exception code, add cxxopts::exceptions namespace.
+
### Bug Fixes
* Fix `arguments()` having no key for options that only have a short name.