diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a88207..792c2e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This is the changelog for `cxxopts`, a C++11 library for parsing command line options. The project adheres to semantic versioning. +## 2.1.2 + +### Bug Fixes + +* Use `std::forward` instead of returning a copy in `toLocalString`. + ## 2.1.1 ### Bug Fixes