From 302302b30839505703d37fb82f536c53cf9172fa Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Tue, 4 Aug 2020 08:59:54 +1000 Subject: [PATCH] Update changelog for 2.2.1 release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc032f5..41e90d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,16 @@ This is the changelog for `cxxopts`, a C++11 library for parsing command line options. The project adheres to semantic versioning. -## Next version +## 2.2.1 ### Changed * Only search for a C++ compiler in CMakeLists.txt. +* Allow installing to be disabled. + +### Bug Fixes + +* Fix error printing long help lines. * Fix duplicate default options when there is a short and long option. ## 2.2