aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst')
-rw-r--r--doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst b/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst
index bac08d12ea..5d224797d4 100644
--- a/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst
+++ b/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst
@@ -1,6 +1,7 @@
-- Section data is now part of the kernel. Solves a soundness issue
+- **Fixed:**
+ Section data is now part of the kernel. Solves a soundness issue
in interactive mode where global monomorphic universe constraints would be
dropped when forcing a delayed opaque proof inside a polymorphic section. Also
relaxes the nesting criterion for sections, as polymorphic sections can now
appear inside a monomorphic one
- (#10664, <https://github.com/coq/coq/pull/10664> by Pierre-Marie Pédrot).
+ (`#10664, <https://github.com/coq/coq/pull/10664>`_ by Pierre-Marie Pédrot).