aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorThéo Zimmermann2020-06-05 15:34:22 +0200
committerThéo Zimmermann2020-06-05 15:34:22 +0200
commitdd7857ce26b4e71cb3f6f05379cbc200af32dfc0 (patch)
tree062aa2fff1ded6bf0ce888bbe4b3b198d37593e5 /doc/changelog
parent0379ab63a3a84bae6da8b8d5ae42af4261520279 (diff)
Add remaining 8.12+beta1 changelog entries.
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/02-specification-language/12422-master+fix-12418-cases-anomaly.rst5
-rw-r--r--doc/changelog/07-commands-and-options/11972-fix-require-in-section.rst5
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/changelog/02-specification-language/12422-master+fix-12418-cases-anomaly.rst b/doc/changelog/02-specification-language/12422-master+fix-12418-cases-anomaly.rst
deleted file mode 100644
index 8f126c5b6f..0000000000
--- a/doc/changelog/02-specification-language/12422-master+fix-12418-cases-anomaly.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-- **Fixed:**
- Case of an anomaly in trying to infer the return clause of an ill-typed :g:`match`
- (`#12422 <https://github.com/coq/coq/pull/12422>`_,
- fixes `#12418 <https://github.com/coq/coq/pull/12418>`_,
- by Hugo Herbelin).
diff --git a/doc/changelog/07-commands-and-options/11972-fix-require-in-section.rst b/doc/changelog/07-commands-and-options/11972-fix-require-in-section.rst
deleted file mode 100644
index 7e34c4a0ff..0000000000
--- a/doc/changelog/07-commands-and-options/11972-fix-require-in-section.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-- **Changed:** The warning when using :cmd:`Require` inside a section
- moved from the ``deprecated`` category to the ``fragile`` category,
- because there is no plan to remove the functionality at this time.
- (`#11972 <https://github.com/coq/coq/pull/11972>`_, by Gaëtan
- Gilbert).