From bf1b5a96e0ff684145efe99c2d580103d25d4bd9 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Thu, 15 Jun 2023 07:18:07 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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