Update changelog

This commit is contained in:
Jarryd Beck 2023-06-15 07:18:07 +10:00
parent 90b318105f
commit bf1b5a96e0

View File

@ -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