aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHugo Herbelin2018-07-24 08:38:45 +0200
committerHugo Herbelin2018-07-24 08:38:45 +0200
commit89a325e9aa761f343f25ed55f3d85f0d5c7f9cfd (patch)
treec221c712be1ad50bf576131d9110cfe66269f108 /CHANGES
parent32415df7e24d4d79a00fae95a5f619980b006c61 (diff)
parent84c1ed18d204f9ca478cf2cd26b0e5e9648e5b87 (diff)
Merge PR #6597: Binary, Octal, and Hex conversions between [positive], [Z], [N], [nat] and [string]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3f07889fe..b3c412e921 100644
--- a/CHANGES
+++ b/CHANGES
@@ -111,6 +111,11 @@ SSReflect
to the idiom {}e for the rewrite tactic (the equation e is used for
rewriting and then discarded).
+Standard Library
+
+- There are now conversions between [string] and [positive], [Z],
+ [nat], and [N] in binary, octal, and hex.
+
Changes from 8.8.0 to 8.8.1
===========================