aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMaxime Dénès2018-03-07 11:40:05 +0100
committerMaxime Dénès2018-03-07 11:40:05 +0100
commit144517d764f11b8b79e8f7adfeca0d075dd4ac19 (patch)
treeb6dd25f3b6df4183badbefa85d365024507b3c96 /CHANGES
parentca1310d887204f467aae545a11a8d28e763ff24a (diff)
parent6e3f45cf27bea67dd87ed824396a662f904c93e8 (diff)
Merge PR #6744: 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 ab6aab0eef..eaceea6dad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -112,6 +112,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
- Some deprecated aliases are now emitting warnings when used.