aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/13882-fix-ssr-setoidrw-in-hyp.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/13882-fix-ssr-setoidrw-in-hyp.rst b/doc/changelog/04-tactics/13882-fix-ssr-setoidrw-in-hyp.rst
new file mode 100644
index 0000000000..31b331f0ff
--- /dev/null
+++ b/doc/changelog/04-tactics/13882-fix-ssr-setoidrw-in-hyp.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Setoid rewriting now remembers the (invisible) binder names of non-dependent product types. SSReflect's rewrite tactic expects these names to be retained when using ``rewrite foo in H``.
+ This also fixes SSR ``rewrite foo in H *`` erroneously reverting ``H``.
+ (`#13882 <https://github.com/coq/coq/pull/13882>`_,
+ fixes `#12011 <https://github.com/coq/coq/issues/12011>`_,
+ by Gaƫtan Gilbert).