aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/04-tactics/12326-fix11761-functional-induction-throws-unrecoverable-error.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/04-tactics/12326-fix11761-functional-induction-throws-unrecoverable-error.rst')
-rw-r--r--doc/changelog/04-tactics/12326-fix11761-functional-induction-throws-unrecoverable-error.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/changelog/04-tactics/12326-fix11761-functional-induction-throws-unrecoverable-error.rst b/doc/changelog/04-tactics/12326-fix11761-functional-induction-throws-unrecoverable-error.rst
deleted file mode 100644
index 2402321fad..0000000000
--- a/doc/changelog/04-tactics/12326-fix11761-functional-induction-throws-unrecoverable-error.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-- **Fixed:**
- Wrong type error in tactic :tacn:`functional induction`.
- (`#12326 <https://github.com/coq/coq/pull/12326>`_,
- by Pierre Courtieu,
- fixes `#11761 <https://github.com/coq/coq/issues/11761>`_,
- reported by Lasse Blaauwbroek).
-- **Changed**
- When the tactic :tacn:`functional induction` :n:`c__1 c__2 ... c__n` is used
- with no parenthesis around :n:`c__1 c__2 ... c__n`, :n:`c__1 c__2 ... c__n` is now
- read as one sinlge applicative term. In particular implicit
- arguments should be omitted. Rare source of incompatibility
- (`#12326 <https://github.com/coq/coq/pull/12326>`_,
- by Pierre Courtieu).