diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 32bdabe..a174207 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -20,6 +20,13 @@ * Add equivalent to C++ move: fwd; * Inline some opt and res methods; +* Add namespace for experimental features: dev; +* Move arr to this namespace; +* Don't define methods in class definitions; +* Require C++11 for opt, res, and arr; +* Rework opt and res; +* Make opt and res constexpr (except for exp); + # 1.0.0 * Update API-BREAK file; |