From e9b5ff72bb94281a473bb7a301e728d476c172a3 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 24 Feb 2017 15:35:34 -0500 Subject: [PATCH] Adding changelog and notes on futher work. --- CHANGELOG.md | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) 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.