diff options
| author | Emilio Jesus Gallego Arias | 2017-03-21 15:40:31 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-03-21 15:40:31 +0100 |
| commit | 2633ab1f433a290acbc2ec77d8ae05ec3ba64ec4 (patch) | |
| tree | 3e93e080d56d067a8960b34c9cecaf09025e29a0 /dev | |
| parent | 28d3bb3c8bddc63d038d8d55a34c928675fa9f7b (diff) | |
[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 12c3ec4546..3dc6973ba0 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: |
