aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst
diff options
context:
space:
mode:
authorThéo Zimmermann2019-11-02 18:08:28 +0100
committerThéo Zimmermann2019-12-02 08:23:26 +0100
commitdd0019e5a02db64012d2c3f6692ad03c3a84924f (patch)
treed1449d2062ba7c23d50df25ac9fe5ccdcd786385 /doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst
parent31e109671896ef42653b1fcf239d8ebe1424c3da (diff)
Move unreleased changelog to new 8.11 section.
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.rst7
1 files changed, 0 insertions, 7 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
deleted file mode 100644
index 5d224797d4..0000000000
--- a/doc/changelog/01-kernel/10664-sections-stack-in-kernel.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- **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).