Add to Changelog

This commit is contained in:
Jarryd Beck 2019-08-01 08:29:40 +10:00
parent 37e7220fb4
commit 0d4bb2871a

View File

@ -3,6 +3,13 @@
This is the changelog for `cxxopts`, a C++11 library for parsing command line This is the changelog for `cxxopts`, a C++11 library for parsing command line
options. The project adheres to semantic versioning. options. The project adheres to semantic versioning.
## Next version
### Changed
* Only search for a C++ compiler in CMakeLists.txt.
* Allow for exceptions to be disabled.
## 2.2 ## 2.2
### Changed ### Changed