diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a174207..ec351fb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -27,6 +27,10 @@ * Rework opt and res; * Make opt and res constexpr (except for exp); +* res: Overload oky and err with const-reference parameters; +* Don't make res and opt constexpr; +* Define destructors for opt and res; + # 1.0.0 * Update API-BREAK file; |