diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cbc7aec..1524ff6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,11 @@ * Make cpy, equ, fil, and srh run-time and throwable; * Bring back opt; +* Add move constructor for arr; +* Add method to arr for getting the underlying pointer; +* Add copy constructor for arr; +* Add method for checking if the arr is okay; + # 1.0.0 * Update API-BREAK file; |