aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2020-01-08 15:06:38 +0100
committerMaxime Dénès2020-01-08 15:08:46 +0100
commitfcc3d7c64cc3d6f8f60e0e0f9469a78009b7fbd2 (patch)
tree101564044c378bae64387cf6d33671f585a48d91
parent3e89f884ef60eb54b250632bb55131e7258ae813 (diff)
Add changelog entry for native string extraction
-rw-r--r--doc/changelog/12-misc/10486-native-string-extraction.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/12-misc/10486-native-string-extraction.rst b/doc/changelog/12-misc/10486-native-string-extraction.rst
new file mode 100644
index 0000000000..c6778403d4
--- /dev/null
+++ b/doc/changelog/12-misc/10486-native-string-extraction.rst
@@ -0,0 +1,7 @@
+- **Added:**
+ Support for better extraction of strings in OCaml and Haskell:
+ `ExtOcamlNativeString` provides bindings from the Coq `String` type to
+ the OCaml `string` type, and string literals can be extracted to literals,
+ both in OCaml and Haskell. (`#10486
+ <https://github.com/coq/coq/pull/10486>`_, by Xavier Leroy, with help from
+ Maxime Dénès, review by Hugo Herbelin).