mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-01-18 01:11:24 +01:00
Changelog for 3.3.0 release
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user