Commit 43ebb494750656b30a95ba9f12532b4700087a04

Authored by Jarryd Beck
1 parent 9cd015ac

Add changelog entry

Showing 1 changed file with 4 additions and 0 deletions
CHANGELOG.md
@@ -10,6 +10,10 @@ options. The project adheres to semantic versioning. @@ -10,6 +10,10 @@ options. The project adheres to semantic versioning.
10 * Add a `program()` function to retrieve the program name. 10 * Add a `program()` function to retrieve the program name.
11 * Added a .clang-format file. 11 * Added a .clang-format file.
12 12
  13 +### Changed
  14 +
  15 +* Cleanup exception code, add cxxopts::exceptions namespace.
  16 +
13 ### Bug Fixes 17 ### Bug Fixes
14 18
15 * Fix `arguments()` having no key for options that only have a short name. 19 * Fix `arguments()` having no key for options that only have a short name.