aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/04-tactics/13337-master+improve-error-dependent-intro-wildcard.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/04-tactics/13337-master+improve-error-dependent-intro-wildcard.rst')
-rw-r--r--doc/changelog/04-tactics/13337-master+improve-error-dependent-intro-wildcard.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/04-tactics/13337-master+improve-error-dependent-intro-wildcard.rst b/doc/changelog/04-tactics/13337-master+improve-error-dependent-intro-wildcard.rst
deleted file mode 100644
index 089647a4b2..0000000000
--- a/doc/changelog/04-tactics/13337-master+improve-error-dependent-intro-wildcard.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Fixed:**
- Avoiding exposing an internal name of the form :n:`_tmp` when applying the
- :n:`_` introduction pattern would break a dependency
- (`#13337 <https://github.com/coq/coq/pull/13337>`_,
- fixes `#13336 <https://github.com/coq/coq/issues/13336>`_,
- by Hugo Herbelin).