aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst6
-rw-r--r--doc/changelog/07-vernac-commands-and-options/13909-reduce-ambiguous-paths.rst6
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst b/doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst
new file mode 100644
index 0000000000..d3ef244cb0
--- /dev/null
+++ b/doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ In `Record`, alpha-rename the variable associated with the record to avoid
+ alpha-renaming parameters of projections
+ (`#13852 <https://github.com/coq/coq/pull/13852>`_,
+ fixes `#13727 <https://github.com/coq/coq/issues/13727>`_,
+ by Li-yao Xia).
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).