Commit a3ccf3e1f779bf541247246edd9da738a007a474

Authored by Jarryd Beck
1 parent cc4914f0

Add revert to changelog

Showing 1 changed file with 7 additions and 0 deletions
CHANGELOG.md
... ... @@ -3,6 +3,13 @@
3 3 This is the changelog for `cxxopts`, a C++11 library for parsing command line
4 4 options. The project adheres to semantic versioning.
5 5  
  6 +## 2.1.1
  7 +
  8 +### Bug Fixes
  9 +
  10 +* Revert the change adding `const` type for `argv`, because most users expect
  11 + to pass a non-const `argv` from `main`.
  12 +
6 13 ## 2.1
7 14  
8 15 ### Changed
... ...