aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/11370-zify-elim-let.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11370-zify-elim-let.rst b/doc/changelog/04-tactics/11370-zify-elim-let.rst
new file mode 100644
index 0000000000..4eb2732106
--- /dev/null
+++ b/doc/changelog/04-tactics/11370-zify-elim-let.rst
@@ -0,0 +1,3 @@
+- **Changed**
+ Improve the efficiency of `PreOmega.elim_let` using an iterator implemented in OCaml.
+ (`#11370 <https://github.com/coq/coq/pull/11370>`_, by Frédéric Besson).