aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst')
-rw-r--r--doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst b/doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst
deleted file mode 100644
index 3b34e11ff8..0000000000
--- a/doc/changelog/11-infrastructure-and-dependencies/11742-zarith+core.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-- **Changed:**
- Coq's core system now uses the `zarith <https://github.com/ocaml/Zarith>`_
- library, based on GNU's gmp instead of ``num`` which is
- deprecated upstream. The custom ``bigint`` module is
- not longer provided; note that the ``micromega`` still uses
- ``num``
- (`#11742 <https://github.com/coq/coq/pull/11742>`_,
- by Emilio Jesus Gallego Arias and Vicent Laporte).