aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/01-kernel/14007-fix-14006.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/01-kernel/14007-fix-14006.rst')
-rw-r--r--doc/changelog/01-kernel/14007-fix-14006.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/changelog/01-kernel/14007-fix-14006.rst b/doc/changelog/01-kernel/14007-fix-14006.rst
deleted file mode 100644
index 6765768295..0000000000
--- a/doc/changelog/01-kernel/14007-fix-14006.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- **Fixed:**
- Never store persistent arrays as VM / native structured values.
- This could be used to make vo marshalling crash, and probably
- breaking some other invariants of the kernel
- (`#14007 <https://github.com/coq/coq/pull/14007>`_,
- fixes `#14006 <https://github.com/coq/coq/issues/14006>`_,
- by Pierre-Marie Pédrot).