aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Soegtrop2020-07-05 07:49:37 +0200
committerMichael Soegtrop2020-07-05 07:49:37 +0200
commit0545c9402310efe0656793197c996d04d554ecb8 (patch)
treea7ee9471b02a4cad3f87a241299decb36bc935f7 /doc
parent99889823890c9d414335dc25df8f30ae06575f94 (diff)
parent810197a6577c7a4a40f406ae64f918f72e7d0012 (diff)
Merge PR #12594: Fix ltac2 type parameters
Reviewed-by: MSoegtropIMC Reviewed-by: gares
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/05-tactic-language/12594-fix-ltac2-type-params.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/12594-fix-ltac2-type-params.rst b/doc/changelog/05-tactic-language/12594-fix-ltac2-type-params.rst
new file mode 100644
index 0000000000..555020d319
--- /dev/null
+++ b/doc/changelog/05-tactic-language/12594-fix-ltac2-type-params.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ Fix the parsing of multi-parameters Ltac2 types
+ (`#12594 <https://github.com/coq/coq/pull/12594>`_,
+ fixes `#12595 <https://github.com/coq/coq/issues/12595>`_,
+ by Pierre-Marie Pédrot).