aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-31 11:30:59 +0200
committerGaëtan Gilbert2020-04-13 15:19:25 +0200
commit088cdbbb205cc97b0e77f9ccce6ae5e8f3d6541d (patch)
treea87010ae5d827f18c5d4747d29972b920dd92cd8 /doc
parent0beca74bc90cef03d779a8e4f8668335c9c37716 (diff)
Fix #11783 Require in Section
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).