1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00

Adding changelog and notes on futher work.

This commit is contained in:
Henry Fredrick Schreiner 2017-02-24 15:35:34 -05:00
parent e2a12e298d
commit e9b5ff72bb
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
## Version 0.6 ## Version 0.6
* Renamed protected members for internal consistency, grouped docs.
* Added the ability to add a number to `.require_subcommand()`. * Added the ability to add a number to `.require_subcommand()`.
## Version 0.5 ## Version 0.5

View File

@ -41,6 +41,9 @@ This library was built to supply the Application object for the GooFit CUDA/OMP
* Collect user feedback * Collect user feedback
* Ini configuration support is basic (long options only, no vector support), is more needed? * 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. * 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. See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details.