diff --git a/CHANGELOG.md b/CHANGELOG.md index 43316fc0..19732f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Version 0.6 +* Renamed protected members for internal consistency, grouped docs. * Added the ability to add a number to `.require_subcommand()`. ## Version 0.5 diff --git a/README.md b/README.md index 15b086f3..7be391fc 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ This library was built to supply the Application object for the GooFit CUDA/OMP * Collect user feedback * Ini configuration support is basic (long options only, no vector support), is more needed? * Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object. +* Expand `required`/`exluded` to take strings +* Document adding callback (maybe add C++14 only switch method?) +* Test "adding to cmake" method See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details.