Add revert to changelog

This commit is contained in:
Jarryd Beck 2018-04-10 08:50:17 +10:00
parent cc4914f065
commit a3ccf3e1f7

View File

@ -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.
## 2.1.1
### Bug Fixes
* Revert the change adding `const` type for `argv`, because most users expect
to pass a non-const `argv` from `main`.
## 2.1
### Changed