aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-06-26 10:01:32 +0200
committerPierre-Marie Pédrot2020-07-01 13:33:08 +0200
commit810197a6577c7a4a40f406ae64f918f72e7d0012 (patch)
tree5cff476ce2426667a4423af698b875dfe8faa2f3
parent7bec233c0e5ea056c2d8cc5dbfc034b619a9f5dd (diff)
Add a changelog.
-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).