aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
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: