Commit 287d1e39e0c9e804e5b23809e3b77ef119d3f830
1 parent
51f9a94c
Add to changelog for exception fix
Showing
1 changed file
with
1 additions
and
0 deletions
CHANGELOG.md
| @@ -21,6 +21,7 @@ options. The project adheres to semantic versioning. | @@ -21,6 +21,7 @@ options. The project adheres to semantic versioning. | ||
| 21 | * Remove unused declaration of the undefined `ParseResult::get_option`. | 21 | * Remove unused declaration of the undefined `ParseResult::get_option`. |
| 22 | * Throw on invalid option syntax when beginning with a `-`. | 22 | * Throw on invalid option syntax when beginning with a `-`. |
| 23 | * Throw in `as` when option wasn't present. | 23 | * Throw in `as` when option wasn't present. |
| 24 | +* Fix catching exceptions by reference. | ||
| 24 | 25 | ||
| 25 | ## 2.1.1 | 26 | ## 2.1.1 |
| 26 | 27 |