mirror of https://github.com/jarro2783/cxxopts.git
Changelog for 3.3.0 release
This commit is contained in:
parent
dbf4c6a668
commit
52e8f524a9
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -3,6 +3,20 @@
|
|||
This is the changelog for `cxxopts`, a C++11 library for parsing command line
|
||||
options. The project adheres to semantic versioning.
|
||||
|
||||
## 3.3.0
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Added missing header for GCC 15
|
||||
* Fix some CMake packaging problems
|
||||
|
||||
### Added
|
||||
|
||||
* `as_optional`
|
||||
* `ParseResult::contains`
|
||||
* `std::filesystem` support
|
||||
* CMake 4 compatibility
|
||||
|
||||
## 3.2.1
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in New Issue