aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-07-11 14:30:37 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-07-11 14:30:37 -0600
commitd8645e87109d76b868f0d9b3cba72e2d9392df3a (patch)
tree8869b1c1cadfd4e402ac730a736c4f917a05f0b4 /CHANGELOG
parentswitch pages to a submodule (diff)
downloadargs.hxx-d8645e87109d76b868f0d9b3cba72e2d9392df3a.tar.xz
bump version, change template use6.0.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0dd68bc..ad62d44 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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: