aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2019-12-06 16:39:50 +0100
committerHugo Herbelin2019-12-06 16:39:50 +0100
commit28c4f57e0614523879201d1c59816cde188e5b22 (patch)
tree9af66f30fac774ccf581442b9222eb52018ca591 /doc
parentdff979d31a18dcf892fac75cd8a1e608adaefb9e (diff)
parentff4fd94beeabd6b1f940913f1aceba4c182b6d13 (diff)
Merge PR #11127: Added theorem Nat.bezout_comm.
Ack-by: Zimmi48 Ack-by: herbelin
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/11127-trunk.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11127-trunk.rst b/doc/changelog/10-standard-library/11127-trunk.rst
new file mode 100644
index 0000000000..ef1d41d17f
--- /dev/null
+++ b/doc/changelog/10-standard-library/11127-trunk.rst
@@ -0,0 +1,2 @@
+- **Added:** theorem :g:`bezout_comm` for natural numbers
+ (`#11127 <https://github.com/coq/coq/pull/11127>`_, by Daniel de Rauglaudre).