aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-01-19 13:40:39 +0100
committerPierre-Marie Pédrot2021-01-19 13:40:39 +0100
commita85d8cb68f53667d13ae0b5210b5e3dcc3fd8aa4 (patch)
tree58d9d3277014b8aee6f36f606ee529930f9c262b /doc
parent326df6dc176f70b3192f463164c3a435ab187bed (diff)
parent3878333deb3294cc54b1d9ce4599f71613ae9e3d (diff)
Merge PR #13512: Fixes #13413: freshness failure in apply-in introduction pattern
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/13512-master+fix13413-apply-on-intro-pattern-fresh-names.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/13512-master+fix13413-apply-on-intro-pattern-fresh-names.rst b/doc/changelog/04-tactics/13512-master+fix13413-apply-on-intro-pattern-fresh-names.rst
new file mode 100644
index 0000000000..aaacb2aadf
--- /dev/null
+++ b/doc/changelog/04-tactics/13512-master+fix13413-apply-on-intro-pattern-fresh-names.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Possible collision between a user-level name and an internal name when
+ using the :n:`%` introduction pattern
+ (`#13512 <https://github.com/coq/coq/pull/13512>`_,
+ fixes `#13413 <https://github.com/coq/coq/issues/13413>`_,
+ by Hugo Herbelin).