aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillaume Melquiond2021-03-25 15:03:03 +0100
committerGuillaume Melquiond2021-03-26 15:18:28 +0100
commit7ff8b12c14867e43d54c3d4c8976a6179250893d (patch)
tree31410d03a776d8f029f9485baed2ff38bca01f0f /doc
parent8325738669b591c295848fb8d366ac838273bf75 (diff)
Document as critical.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/14004-vm-array-set.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/14004-vm-array-set.rst b/doc/changelog/01-kernel/14004-vm-array-set.rst
new file mode 100644
index 0000000000..f90d611f84
--- /dev/null
+++ b/doc/changelog/01-kernel/14004-vm-array-set.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ Crash when using :tacn:`vm_compute` on an irreducible ``PArray.set``
+ (`#14005 <https://github.com/coq/coq/pull/14005>`_,
+ fixes `#13998 <https://github.com/coq/coq/issues/13998>`_,
+ by Guillaume Melquiond).