summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index face77e..656fdcd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,13 @@
+| 2
+
+- Fix target purge in makefile not being labeled phony;
+- Add machien architecture check in header;
+- Implement memcpy, memeq, memfill in IA-32;
+- Fix some incorrect comments;
+- Use a different register order for temporaries and optimise register usage;
+- Fix bug in memeq: Should jump if zero, not if equal;
+- Update readme;
+
| 1
- Fix indentation in license notices;