summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e5da972..e3e2f73 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,16 @@
+| B
+
+- memdup: Use sus_unlikely instead of __builtin_expect;
+- Rename project to zap (from rgo);
+- Remove global license file (useless with MPL);
+- Migrate test to C++ (for reasons which will be revealed later);
+- Restructure headers;
+- Add include guards to the private header;
+- Add attribute useret to functions;
+- Require GNU Make;
+- Compile position independent code;
+- Update readme;
+
| A
- Installation script: Create installation directories if they don't already exist;