aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLi-yao Xia2021-02-12 10:01:18 -0500
committerLi-yao Xia2021-03-06 17:32:40 -0500
commit148daa39aa4eed8ec4dd260efbf31188f99c0e4f (patch)
tree5fcfa23a8755e5e77c86c571fda94a80866fcf23 /doc
parent0d20fdbd82da5c4008a2d49bbf7aad92ada25227 (diff)
[vernac] Improve alpha-renaming in record projection types
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-vernac-commands-and-options/13852-no-collision-projection.rst6
1 files changed, 6 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).