diff --git a/CHANGELOG.md b/CHANGELOG.md index 782f4d0..c379049 100644 --- a/CHANGELOG.md +++ b/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