aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-02-12 13:28:39 -0500
committerGravatar Jason Gross <jgross@mit.edu>2018-02-24 15:41:22 -0500
commit6e3f45cf27bea67dd87ed824396a662f904c93e8 (patch)
tree0a0b54431b0694ff370878e48a7c3bbc0d7dfa0a /CHANGES
parente3124e098ef8170dac2b348b91757a7034bc4999 (diff)
Add String.concat
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2040c1b57..e2970dfc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -107,6 +107,8 @@ Standard Library
Coq.Numbers.DecimalString providing a type of decimal numbers, some
facts about them, and conversions between decimal numbers and nat,
positive, N, Z, and string.
+- Added [Coq.Strings.String.concat] to concatenate a list of strings
+ inserting a separator between each item
Changes from 8.7.1 to 8.7.2
===========================