aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJason Gross2018-01-16 06:35:57 -0500
committerJason Gross2018-07-16 09:31:52 -0400
commit84c1ed18d204f9ca478cf2cd26b0e5e9648e5b87 (patch)
tree50a22ad5c7e47a6f1a019858311e1417069fdbbf /CHANGES
parente27d2fd32e40937e48889772361f1cf53dd9c48e (diff)
bin,oct,hex conversions positive,Z,N,nat<->string
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fdd4feb598..f09cb549a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -105,6 +105,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
===========================