Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarrydb@cse.unsw.edu.au>2020-08-04 01:59:54 +0300
committerJarryd Beck <jarrydb@cse.unsw.edu.au>2020-08-04 01:59:54 +0300
commit302302b30839505703d37fb82f536c53cf9172fa (patch)
treed0b461f45856a3ddc4241eb1a8d254ba1e52f6d2
parent5ce83d014c7341087e6b533e1c8f8dc4a6f88792 (diff)
Update changelog for 2.2.1 releasev2.2.1v2_2
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
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