Add note about exceptions in Changelog

This commit is contained in:
Jarryd Beck
2023-03-13 07:30:30 +11:00
parent 44739d3023
commit 89a9d334f2

View File

@@ -21,6 +21,7 @@ options. The project adheres to semantic versioning.
### Changed
* Cleanup exception code, add cxxopts::exceptions namespace.
* Renamed several exceptions to be more descriptive, and added to a nested namespace.
### Bug Fixes