aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-25 18:40:29 +0000
committerGitHub2021-03-25 18:40:29 +0000
commitd1194d6458a433e34c3b4eecf13c18b084f4a9a5 (patch)
tree83d468c096a167cf3d4a7cdee1607b2ff1ffc882 /doc
parent1e1a72f02af57146336578a9b0fc6adb07ade786 (diff)
parentf71129454d2c4ecde10e2a2e4284d6a576ee39ca (diff)
Merge PR #13909: Minimize the set of multiple inheritance (coercion) paths to check for conversion
Reviewed-by: gares Ack-by: SkySkimmer
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-vernac-commands-and-options/13909-reduce-ambiguous-paths.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/07-vernac-commands-and-options/13909-reduce-ambiguous-paths.rst b/doc/changelog/07-vernac-commands-and-options/13909-reduce-ambiguous-paths.rst
new file mode 100644
index 0000000000..c5a2172005
--- /dev/null
+++ b/doc/changelog/07-vernac-commands-and-options/13909-reduce-ambiguous-paths.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ Improve the :cmd:`Coercion` command to reduce the number of ambiguous paths to
+ report. A pair of multiple inheritance paths that can be reduced to smaller
+ adjoining pairs will not be reported as ambiguous paths anymore.
+ (`#13909 <https://github.com/coq/coq/pull/13909>`_,
+ by Kazuhiko Sakaguchi).