aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-04-17 09:21:22 +0200
committerPierre-Marie Pédrot2020-04-17 09:21:22 +0200
commit9cd0c1d0b62715dc0c709634372c00cd3b50ebb6 (patch)
tree3e7eac47ec0d76b39f24fbd6a8d60723da29eabb /doc
parent8ba8c68eeb8653896523b4bce9453f832c919899 (diff)
parent088cdbbb205cc97b0e77f9ccce6ae5e8f3d6541d (diff)
Merge PR #11972: Fix require in section
Ack-by: Zimmi48 Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/11972-fix-require-in-section.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/11972-fix-require-in-section.rst b/doc/changelog/01-kernel/11972-fix-require-in-section.rst
new file mode 100644
index 0000000000..7a2fa9185f
--- /dev/null
+++ b/doc/changelog/01-kernel/11972-fix-require-in-section.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Using :cmd:`Require` inside a section caused an anomaly when closing
+ the section. (`#11972 <https://github.com/coq/coq/pull/11972>`_, by
+ Gaëtan Gilbert, fixing `#11783
+ <https://github.com/coq/coq/issues/11783>`_, reported by Attila
+ Boros).