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>2018-11-20 00:25:24 +0300
committerJarryd Beck <jarro.2783@gmail.com>2018-11-20 00:25:24 +0300
commit287d1e39e0c9e804e5b23809e3b77ef119d3f830 (patch)
tree7bff1f91c8d891d8d29c06bbe4a8427d1f377ad5 /CHANGELOG.md
parent51f9a94c918977b4532b2785753a1f0fcb4b7e75 (diff)
Add to changelog for exception fix
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 185ab21..7bcbf72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ options. The project adheres to semantic versioning.
* Remove unused declaration of the undefined `ParseResult::get_option`.
* Throw on invalid option syntax when beginning with a `-`.
* Throw in `as` when option wasn't present.
+* Fix catching exceptions by reference.
## 2.1.1