diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ec351fb..42d1872 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -31,6 +31,9 @@ * Don't make res and opt constexpr; * Define destructors for opt and res; +* Define conversion function for opt; +* Make assignment operators return references; + # 1.0.0 * Update API-BREAK file; |