aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-03 21:52:11 +0000
committerGitHub2021-03-03 21:52:11 +0000
commitbb4e1a76802a5440605264320ed528331ec0e2b7 (patch)
treea4ee40409c92afc6e563cac698e4ed08713cf051 /doc/changelog
parenta5bea627d1fe742229497b466ca24b470c20d269 (diff)
parentab98d847d237af3cd0e46edef42218be65cfc98f (diff)
Merge PR #12567: [build] Split stdlib to it's own package.
Reviewed-by: Zimmi48 Ack-by: JasonGross Ack-by: gares Ack-by: LasseBlaauwbroek Ack-by: silene Ack-by: vbgl
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).