summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 41a8921..1419d01 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,11 @@
+# 1A.0.0
+
+* cp: Return structure with the one-after-the-end addresses of both dest and src;
+* Remove all mathematical functions except divmod (and C++ variants);
+* Combine quotrem and frac into new type 'pair';
+* Use new versioning: api.ext.patch;
+* Remove compatver (and add extver);
+
# 19.0
* Return the one-after-the-emd address from cp;