diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 172fe9b..d437259 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -84,6 +84,31 @@ * Clean up makefile; +* Support C++98; +* Make some facilities standard-dependent; +* Don't implement one-line functions in seperate files; +* Remove restr; +* Update optimisation flags; +* Use reference for value in fil and srh; +* Qualify template parameters correctly; +* Update template typings; +* Make all C++ functions (except cpy, equ, isconsteval, fil, and srh) run-time; +* Implement some functions in C again; +* Add private header directory; +* Add function for filling strings: strfil; +* Don't always define nulptrtyp; +* Mind the digraphs; +* Combine tests; +* Support C90; +* Don't use C++-style comments; +* Fix typings of constants; +* Remove pair type (replace with divmodres); +* Remove member functions from vector classes; +* Don't implement mathematical functions as templates in C++; +* Update naming convention for vector functions; +* Add more trigonometric functions; +* Temporarily remove fmt; + # 0.0.2 * Migrate to CMake; |