From 39e3201c01b1a8baec279ccdc7a8acb3a341c3dd Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 1 Apr 2021 11:18:44 +0200 Subject: changelog for 8.13.2 --- doc/sphinx/changes.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'doc/sphinx') diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 4f3ee2dcaf..6b4bcad4f3 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -721,6 +721,33 @@ CoqIDE (`#13870 `_, by Guillaume Melquiond). +Changes in 8.13.2 +~~~~~~~~~~~~~~~~~ + +Kernel +^^^^^^ + +- **Fixed:** + Crash when using :tacn:`vm_compute` on an irreducible ``PArray.set`` + (`#14005 `_, + fixes `#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 `_, + fixes `#14006 `_, + by Pierre-Marie Pédrot). + +Tactics +^^^^^^^ + +- **Fixed:** + Ltac2 ``Array.init`` no longer incurs exponential overhead when used + recursively (`#14012 `_, fixes `#14011 + `_, by Jason Gross). + Version 8.12 ------------ -- cgit v1.2.3