aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options/11258-coherence.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/07-commands-and-options/11258-coherence.rst')
-rw-r--r--doc/changelog/07-commands-and-options/11258-coherence.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/changelog/07-commands-and-options/11258-coherence.rst b/doc/changelog/07-commands-and-options/11258-coherence.rst
deleted file mode 100644
index f04a120417..0000000000
--- a/doc/changelog/07-commands-and-options/11258-coherence.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-- **Changed:**
- The :cmd:`Coercion` command has been improved to check the coherence of the
- inheritance graph. It checks whether a circular inheritance path of `C >-> C`
- is convertible with the identity function or not, then report it as an
- ambiguous path if it is not. The new mechanism does not report ambiguous
- paths that are redundant with others. For example, checking the ambiguity of
- `[f; g]` and `[f'; g]` is redundant with that of `[f]` and `[f']` thus will
- not be reported
- (`#11258 <https://github.com/coq/coq/pull/11258>`_,
- by Kazuhiko Sakaguchi).