From 52e8f524a90a3fdc6f4dbd4dfd3a0d82f78e2d51 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Fri, 23 May 2025 17:46:26 +1000 Subject: [PATCH] Changelog for 3.3.0 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c76486..59faea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ This is the changelog for `cxxopts`, a C++11 library for parsing command line options. The project adheres to semantic versioning. +## 3.3.0 + +### Bug fixes + +* Added missing header for GCC 15 +* Fix some CMake packaging problems + +### Added + +* `as_optional` +* `ParseResult::contains` +* `std::filesystem` support +* CMake 4 compatibility + ## 3.2.1 ### Bug fixes