mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-01-18 01:11:24 +01:00
Update changelog
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -3,6 +3,22 @@
|
||||
This is the changelog for `cxxopts`, a C++11 library for parsing command line
|
||||
options. The project adheres to semantic versioning.
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fix unannotated fallthrough.
|
||||
* Fix sign conversion with Unicode output.
|
||||
* Don't initialize regex in static initialiser.
|
||||
|
||||
### Added
|
||||
|
||||
* Add fuzzing to CI
|
||||
|
||||
### Changed
|
||||
|
||||
* Change quote output to '' to match Windows.
|
||||
|
||||
## 3.1.1
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Reference in New Issue
Block a user