aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/11-infrastructure-and-dependencies/12567-dune+split_stdlib.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelog/11-infrastructure-and-dependencies/12567-dune+split_stdlib.rst b/doc/changelog/11-infrastructure-and-dependencies/12567-dune+split_stdlib.rst
new file mode 100644
index 0000000000..6fe6f62faa
--- /dev/null
+++ b/doc/changelog/11-infrastructure-and-dependencies/12567-dune+split_stdlib.rst
@@ -0,0 +1,14 @@
+- **Changed:**
+ Coq's configure script now requires absolute paths for the `-prefix`
+ option.
+ (`#12567 <https://github.com/coq/coq/pull/12567>`_,
+ by Emilio Jesus Gallego Arias).
+
+- **Changed:**
+ The regular Coq package has been split in two: coq-core, with
+ OCaml-based libraries and tools; and coq-stdlib, which contains the
+ Gallina-based standard library. The package Coq now depends on both
+ for compatiblity.
+ (`#12567 <https://github.com/coq/coq/pull/12567>`_,
+ by Emilio Jesus Gallego Arias, review by Vincent Laporte, Guillaume
+ Melquiond, Enrico Tassi, and Théo Zimmerman).