aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-31 09:33:00 +0000
committerGitHub2021-03-31 09:33:00 +0000
commit3442bfa0e7c7e5ba3ce7d62f16d221c2e6da03cf (patch)
treeb5568e48e853b9c5893aa17f774cecd18421bc6c /doc
parent6b5102bad5a75ede001908709f0b159127887667 (diff)
parent75fec5716327beb1e93f294b70d563300d8f81ec (diff)
Merge PR #14033: Properly expand projection parameters in Btermdn.
Reviewed-by: mattam82
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/14033-fix-14009.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/14033-fix-14009.rst b/doc/changelog/04-tactics/14033-fix-14009.rst
new file mode 100644
index 0000000000..3b58e193cb
--- /dev/null
+++ b/doc/changelog/04-tactics/14033-fix-14009.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Properly expand projection parameters in hint discrimination
+ nets. (`#14033 <https://github.com/coq/coq/pull/14033>`_,
+ fixes `#9000 <https://github.com/coq/coq/issues/9000>`_,
+ `#14009 <https://github.com/coq/coq/issues/14009>`_,
+ by Pierre-Marie Pédrot).