diff options
| author | Taylor C. Richberger <Taywee@gmx.com> | 2016-07-11 14:30:37 -0600 | 
|---|---|---|
| committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-07-11 14:30:37 -0600 | 
| commit | d8645e87109d76b868f0d9b3cba72e2d9392df3a (patch) | |
| tree | 8869b1c1cadfd4e402ac730a736c4f917a05f0b4 /CHANGELOG | |
| parent | switch pages to a submodule (diff) | |
| download | args.hxx-d8645e87109d76b868f0d9b3cba72e2d9392df3a.tar.xz | |
bump version, change template use6.0.0
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,13 @@ +* 6.0.0 +Change Reader to functor type, breaking change. +Change Reader functor to allow any return type, but specifically need bool-testable return for NOEXCEPT use. +Change List and Map templates into template templates to enforce proper type use and to clean up user template invocations (i.e. `args::ValueFlagList<std::string, std::unordered_set<std::string>>` becomes `args::ValueFlagList<std::string, std::unordered_set>`, also breaking change. + +* 5.0.0 +Implemented proper subparsers. +Added better C++11 style. +Improved documentation. +  * 4.0.0  Changed all wording: | 
