CHANGELOG for #134

This commit is contained in:
Jarryd Beck 2019-01-14 07:59:19 +11:00
parent 290f750ee7
commit 5f7d26212b

View File

@ -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