aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-21 15:40:31 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-21 15:40:31 +0100
commit2633ab1f433a290acbc2ec77d8ae05ec3ba64ec4 (patch)
tree3e93e080d56d067a8960b34c9cecaf09025e29a0
parent28d3bb3c8bddc63d038d8d55a34c928675fa9f7b (diff)
[safe-string] update dev/doc/changes
-rw-r--r--dev/doc/changes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 12c3ec454..3dc6973ba 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -2,6 +2,12 @@
= CHANGES BETWEEN COQ V8.6 AND COQ V8.7 =
=========================================
+* Ocaml *
+
+Coq is compiled with -safe-string enabled and requires plugins to do
+the same. This means that code using `String` in an imperative way
+will fail to compile now. They should switch to `Bytes.t`
+
* ML API *
We renamed the following functions: