diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-03-22 23:14:42 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-03-22 23:14:42 +0100 |
commit | 595a6251c90d871f8928784c8f4375077c6c5878 (patch) | |
tree | 558cb6955e5ae3bd903ff44e4bf09635978cec1e /dev | |
parent | 7050ab7a246d5614e6d16f546bc8197e689e4bd7 (diff) | |
parent | 2633ab1f433a290acbc2ec77d8ae05ec3ba64ec4 (diff) |
Merge PR#493: [safe-string] update dev/doc/changes
Diffstat (limited to 'dev')
-rw-r--r-- | dev/doc/changes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 53e9a282f..03742fb8a 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: |