Commit e9b5ff72bb94281a473bb7a301e728d476c172a3

Authored by Henry Fredrick Schreiner
1 parent e2a12e29

Adding changelog and notes on futher work.

Showing 2 changed files with 4 additions and 0 deletions
CHANGELOG.md
1 ## Version 0.6 1 ## Version 0.6
2 2
  3 +* Renamed protected members for internal consistency, grouped docs.
3 * Added the ability to add a number to `.require_subcommand()`. 4 * Added the ability to add a number to `.require_subcommand()`.
4 5
5 ## Version 0.5 6 ## Version 0.5
README.md
@@ -41,6 +41,9 @@ This library was built to supply the Application object for the GooFit CUDA/OMP @@ -41,6 +41,9 @@ This library was built to supply the Application object for the GooFit CUDA/OMP
41 * Collect user feedback 41 * Collect user feedback
42 * Ini configuration support is basic (long options only, no vector support), is more needed? 42 * Ini configuration support is basic (long options only, no vector support), is more needed?
43 * Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object. 43 * Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object.
  44 +* Expand `required`/`exluded` to take strings
  45 +* Document adding callback (maybe add C++14 only switch method?)
  46 +* Test "adding to cmake" method
44 47
45 See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details. 48 See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details.
46 49