aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-09-17 16:16:39 +0000
committerGitHub2020-09-17 16:16:39 +0000
commit08791151b904e499cdca26cec4b8aa7c9b1eb4c0 (patch)
tree583b907530ea9c77bdec3d1bf11488f7ef5d00c1 /doc
parent14f0e5059e7f49cabbcd1571d7f053db7d7d3f35 (diff)
parent29b8aae282f03fcd7d753d19129e5f74feacc820 (diff)
Merge PR #13007: [build] Don't link `num` anymore in Coq
Reviewed-by: Zimmi48 Reviewed-by: vbgl Ack-by: Zimmi48 Ack-by: vbgl
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst b/doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst
new file mode 100644
index 0000000000..c142eec561
--- /dev/null
+++ b/doc/changelog/11-infrastructure-and-dependencies/13007-zarith+goodbye_num.rst
@@ -0,0 +1,4 @@
+- **Removed:**
+ The `num` library is not linked to Coq anymore
+ (`#13007 <https://github.com/coq/coq/pull/13007>`_,
+ by Emilio Jesus Gallego Arias).