Update changelog
This commit is contained in:
parent
90b318105f
commit
bf1b5a96e0
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,6 +3,22 @@
|
|||||||
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.
|
||||||
|
|
||||||
|
## 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
|
## 3.1.1
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user