diff options
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: |