aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-03-30 14:07:03 +0200
committerPierre-Marie Pédrot2021-03-30 14:07:03 +0200
commit6effcc263beded0d530d724fab8edae86815adf8 (patch)
tree628fca7e2f9bcbe6c05e9925c5dc9c6519a5ccde /doc
parent666a3aa8dd7df6dd29ea7944482510048a8a7ba7 (diff)
parentcc2267634bb0ebec11dcf240a3099ee3a1adb006 (diff)
Merge PR #14012: Fix Ltac2 `Array.init` exponential overhead
Ack-by: ejgallego Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/14012-ltac2-array-init.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/14012-ltac2-array-init.rst b/doc/changelog/04-tactics/14012-ltac2-array-init.rst
new file mode 100644
index 0000000000..c79fc7e29a
--- /dev/null
+++ b/doc/changelog/04-tactics/14012-ltac2-array-init.rst
@@ -0,0 +1,4 @@
+- **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).