aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/changes.rst
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-04-01 13:49:26 +0000
committerGitHub2021-04-01 13:49:26 +0000
commite5bd0a09999514f212e96c27450181b7f8b02a26 (patch)
tree2841834554ddda7d0b9adb5fc459e3ead80c8f72 /doc/sphinx/changes.rst
parent7db6dfcf8d4f1023b17ee4d73e22f79f73983162 (diff)
parentc4262d1bea90e34adf429b891b2f8be259851949 (diff)
Merge PR #14044: [RM] changelog for 8.13.2
Reviewed-by: Zimmi48
Diffstat (limited to 'doc/sphinx/changes.rst')
-rw-r--r--doc/sphinx/changes.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst
index 4f3ee2dcaf..bf8174f246 100644
--- a/doc/sphinx/changes.rst
+++ b/doc/sphinx/changes.rst
@@ -721,6 +721,33 @@ CoqIDE
(`#13870 <https://github.com/coq/coq/pull/13870>`_,
by Guillaume Melquiond).
+Changes in 8.13.2
+~~~~~~~~~~~~~~~~~
+
+Kernel
+^^^^^^
+
+- **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).
+- **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).
+
+Tactic language
+^^^^^^^^^^^^^^^^
+
+- **Fixed:**
+ Ltac2 ``Array.init`` no longer incurs exponential overhead when used
+ recursively (`#14012 <https://github.com/coq/coq/pull/14012>`_, fixes `#14011
+ <https://github.com/coq/coq/issues/14011>`_, by Jason Gross).
+
Version 8.12
------------