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 <jarro.2783@gmail.com>2019-08-01 01:29:40 +0300
committerJarryd Beck <jarro.2783@gmail.com>2019-08-01 01:29:40 +0300
commit0d4bb2871a1551863744fccfece9b085a4f74f29 (patch)
treeddbc8bf9153d31ade19a544066fc21f26209e9a0
parent37e7220fb4c0e80c075e8ef5d30201291d0432fc (diff)
Add to Changelog
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96319a7..94be76f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
This is the changelog for `cxxopts`, a C++11 library for parsing command line
options. The project adheres to semantic versioning.
+## Next version
+
+### Changed
+
+* Only search for a C++ compiler in CMakeLists.txt.
+* Allow for exceptions to be disabled.
+
## 2.2
### Changed