From a3ccf3e1f779bf541247246edd9da738a007a474 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Tue, 10 Apr 2018 08:50:17 +1000 Subject: [PATCH] Add revert to changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e562f96..3a88207 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. +## 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 -- libgit2 0.21.4