aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-25 16:24:37 +0000
committerGitHub2021-03-25 16:24:37 +0000
commit1e1a72f02af57146336578a9b0fc6adb07ade786 (patch)
treeb82448e75865d3e6cd4495a9e86716b3f81b0cfb /doc
parente96e5ef09d4a009780a8267c9289a1b5cf077653 (diff)
parent148daa39aa4eed8ec4dd260efbf31188f99c0e4f (diff)
Merge PR #13852: [vernac] Improve alpha-renaming in record projection types
Reviewed-by: SkySkimmer
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).