summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b877304..c5d63ec 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -181,6 +181,13 @@
* Fix urch not being renamed to unrch in C++;
* Remove constant mathematical functions;
+* Fix isnan not being present in C++ API;
+* Fix prefixes and sufixes being present on C++ objects;
+
+* Fix changelog;
+* Add more math tests;
+* Implement C++ isnan;
+
# 0.0.2
* Migrate to CMake;
@@ -196,9 +203,6 @@
* Add installation script;
* Update gitignore;
-* Fix isnan not being present in C++ API;
-* Fix prefixes and sufixes being present on C++ objects;
-
# 0.0.1
* Fix unused parameter and invalid invocation in overload of srh;